DDL triggers are a special kind of trigger that fire in response to Data Definition Language (DDL) statements. They can be used to perform administrative tasks in the database such as auditing and regulating database operations.
This section provides the information that is required to understand, design, and implement DDL triggers.
-
Understanding DDL Triggers
-
Explains DDL triggers, how they work, when to use them, and how they differ from regular triggers.
-
Designing DDL Triggers
-
Explains DDL trigger scope and which Transact-SQL DDL statements can raise a DDL trigger.
-
Implementing DDL Triggers
-
Explains the steps that are required to create a DDL trigger.
-
Getting Information About DDL Triggers
-
Contains links to catalog views that can be used to get information about DDL triggers.