Skip to content

Commit 8511292

Browse files
Merge pull request #36090 from thesqlsith/2025-12-15-dbscoped-derekw
Update OPPO configuration
2 parents 6ce13c4 + e286061 commit 8511292

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/t-sql/statements/alter-database-scoped-configuration-transact-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Enable several database configuration settings at the individual da
55
author: markingmyname
66
ms.author: maghan
77
ms.reviewer: derekw, jovanpop, wiassaf, mariyaali, randolphwest
8-
ms.date: 12/01/2025
8+
ms.date: 12/17/2025
99
ms.service: sql
1010
ms.subservice: t-sql
1111
ms.topic: reference
@@ -114,7 +114,7 @@ ALTER DATABASE SCOPED CONFIGURATION
114114
| PARAMETER_SENSITIVE_PLAN_OPTIMIZATION = { ON | OFF }
115115
| LEDGER_DIGEST_STORAGE_ENDPOINT = { <endpoint URL string> | OFF }
116116
| OPTIMIZED_SP_EXECUTESQL = { ON | OFF }
117-
| OPTIONAL_PARAMETER_PLAN_OPTIMIZATION = { ON | OFF }
117+
| OPTIONAL_PARAMETER_OPTIMIZATION = { ON | OFF }
118118
| ALLOW_STALE_VECTOR_INDEX = { ON | OFF }
119119
| PREVIEW_FEATURES = { ON | OFF }
120120
| FULLTEXT_INDEX_VERSION = <version>
@@ -511,9 +511,9 @@ Enables or disables the compilation serialization behavior of `sp_executesql` wh
511511

512512
When `OPTIMIZED_SP_EXECUTESQL` is `ON`, the first execution of sp_executesql compiles and inserts its compiled plan into the plan cache. Other sessions abort waiting on the compile lock and reuse the plan once it becomes available. This allows `sp_executesql` to behave like objects such as stored procedures and triggers from a compilation perspective.
513513

514-
#### OPTIONAL_PARAMETER_PLAN_OPTIMIZATION = { ON | OFF }
514+
#### OPTIONAL_PARAMETER_OPTIMIZATION = { ON | OFF }
515515

516-
**Applies to**: [!INCLUDE [sql-server-2025](../../includes/sssql25-md.md)]
516+
**Applies to**: [!INCLUDE [sql-server-2025](../../includes/sssql25-md.md)], [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)], and [!INCLUDE [fabric-sqldb](../../includes/fabric-sqldb.md)]
517517

518518
Enables or disables the [Optional parameter plan optimization (OPPO)](../../relational-databases/performance/optional-parameter-optimization.md) feature. The default is `ON`.
519519

0 commit comments

Comments
 (0)