8000 Merge pull request #28585 from rwestMSFT/rw-0928-fix-typo · debuglevel/sql-docs@23b394e · GitHub
[go: up one dir, main page]

Skip to content

Commit 23b394e

Browse files
authored
Merge pull request #28585 from rwestMSFT/rw-0928-fix-typo
[SCOPED] Fix typo
2 parents e44f335 + 3332928 commit 23b394e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/relational-databases/system-stored-procedures/sp-control-plan-guide-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sp_control_plan_guide [ @operation = ] N'<control_option>'
6767

6868
Disabling a disabled plan guide or enabling an enabled plan guide has no effect and runs without error.
6969

70-
Plans guides are not available in every edition of [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see e[Editions and supported features of SQL Server 2022](../../sql-server/editions-and-components-of-sql-server-2022.md). However, you can execute **sp_control_plan_guide** with the DROP or DROP ALL option in any edition of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
70+
Plans guides are not available in every edition of [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For a list of features that are supported by the editions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], see [Editions and supported features of SQL Server 2022](../../sql-server/editions-and-components-of-sql-server-2022.md). However, you can execute **sp_control_plan_guide** with the DROP or DROP ALL option in any edition of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
7171

7272
## Permissions
7373
To execute **sp_control_plan_guide** on a plan guide of type OBJECT (created specifying **@type ='**OBJECT**'** ) requires ALTER permission on the object that is referenced by the plan guide. All other plan guides require ALTER DATABASE permission.

docs/t-sql/statements/create-trigger-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dev_langs:
3030

3131
# CREATE TRIGGER (Transact-SQL)
3232

33-
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
33+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
3434

3535
Creates a DML, DDL, or logon trigger. A trigger is a special type of stored procedure that automatically runs when an event occurs in the database server. DML triggers run when a user tries to modify data through a data manipulation language (DML) event. DML events are INSERT, UPDATE, or DELETE statements on a table or view. These triggers fire when any valid event fires, whether table rows are affected or not. For more information, see [DML Triggers](../../relational-databases/triggers/dml-triggers.md).
3636

@@ -188,7 +188,7 @@ Specifies the security context under which the trigger is executed. Enables you
188188

189189
This option is required for triggers on memory-optimized tables.
190190

191-
For more information, see[EXECUTE AS Clause &#40;Transact-SQL&#41;](../../t-sql/statements/execute-as-clause-transact-sql.md).
191+
For more information, see [EXECUTE AS Clause &#40;Transact-SQL&#41;](../../t-sql/statements/execute-as-clause-transact-sql.md).
192192

193193
NATIVE_COMPILATION
194194
Indicates that the trigger is natively compiled.

0 commit comments

Comments
 (0)
0