You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,7 +114,7 @@ ALTER DATABASE SCOPED CONFIGURATION
114
114
| PARAMETER_SENSITIVE_PLAN_OPTIMIZATION = { ON | OFF }
115
115
| LEDGER_DIGEST_STORAGE_ENDPOINT = { <endpoint URL string> | OFF }
116
116
| OPTIMIZED_SP_EXECUTESQL = { ON | OFF }
117
-
| OPTIONAL_PARAMETER_PLAN_OPTIMIZATION = { ON | OFF }
117
+
| OPTIONAL_PARAMETER_OPTIMIZATION = { ON | OFF }
118
118
| ALLOW_STALE_VECTOR_INDEX = { ON | OFF }
119
119
| PREVIEW_FEATURES = { ON | OFF }
120
120
| FULLTEXT_INDEX_VERSION = <version>
@@ -511,9 +511,9 @@ Enables or disables the compilation serialization behavior of `sp_executesql` wh
511
511
512
512
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.
513
513
514
-
#### OPTIONAL_PARAMETER_PLAN_OPTIMIZATION = { ON | OFF }
514
+
#### OPTIONAL_PARAMETER_OPTIMIZATION = { ON | OFF }
**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)]
517
517
518
518
Enables or disables the [Optional parameter plan optimization (OPPO)](../../relational-databases/performance/optional-parameter-optimization.md) feature. The default is `ON`.
0 commit comments