Skip to content

Commit 6e84f7d

Browse files
authored
Update sp-executesql-transact-sql.md (#34294)
1 parent 06487ee commit 6e84f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/relational-databases/system-stored-procedures/sp-executesql-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: sp_executesql executes a Transact-SQL statement or batch that can b
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: randolphwest
7-
ms.date: 03/07/2025
7+
ms.date: 06/04/2025
88
ms.service: sql
99
ms.subservice: system-objects
1010
ms.topic: "reference"
@@ -163,7 +163,7 @@ Being able to substitute parameters in `sp_executesql` offers the following adva
163163

164164
### OPTIMIZED_SP_EXECUTESQL
165165

166-
**Applies to:** [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]
166+
**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)]
167167

168168
When the OPTIMIZED_SP_EXECUTESQL [database scoped configuration](../../t-sql/statements/alter-database-scoped-configuration-transact-sql.md#optimized_sp_executesql---on--off-) is enabled, the compilation behavior of batches submitted using `sp_executesql` becomes identical to the serialized compilation behavior that objects such as stored procedures and triggers currently employ.
169169

0 commit comments

Comments
 (0)