Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 91f78d1

Browse files
authored
Merge pull request #887 from philipstratford/patch-1
Added formatting to headers
2 parents 0987706 + 4e10500 commit 91f78d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/relational-databases/triggers/ddl-triggers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "DDL Triggers | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/14/2017"
@@ -32,10 +32,10 @@ monikerRange: "= azuresqldb-current || >= sql-server-2016 || = sqlallproducts-al
3232
> Test your DDL triggers to determine their responses to system stored procedures that are run. For example, the CREATE TYPE statement and the **sp_addtype** stored procedure will both fire a DDL trigger that is created on a CREATE_TYPE event.
3333
3434
## Types of DDL Triggers
35-
Transact-SQL DDL Trigger
35+
### Transact-SQL DDL Trigger
3636
A special type of [!INCLUDE[tsql](../../includes/tsql-md.md)] stored procedure that executes one more more [!INCLUDE[tsql](../../includes/tsql-md.md)] statements in response to a server-scoped or database-scoped event. For example, a DDL Trigger may fire if a statement such as ALTER SERVER CONFIGURATION is executed or if a table is deleted by using DROP TABLE.
3737

38-
CLR DDL Trigger
38+
### CLR DDL Trigger
3939
Instead of executing a [!INCLUDE[tsql](../../includes/tsql-md.md)] stored procedure, a CLR trigger executes one or more methods written in managed code that are members of an assembly created in the .NET Framework and uploaded in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
4040

4141
DDL triggers fire only after the DDL statements that trigger them are run. DDL triggers cannot be used as INSTEAD OF triggers. DDL triggers do not fire in response to events that affect local or global temporary tables and stored procedures.

0 commit comments

Comments
 (0)