Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Database Engine
Development
DML Triggers
Community Content
In this section
Statistics Annotations (0)
Collapse All/Expand All Collapse All
Other versions are also available for the following:
SQL Server 2008 Books Online (October 2009)
DML Triggers

A DML trigger is an action programmed to execute when a data manipulation language (DML) event occurs in the database server. DML events include UPDATE, INSERT, or DELETE statements issued against a table or view. DML triggers are used to enforce business rules when data is modified and to extend the integrity checking logic of Microsoft SQL Server constraints, defaults, and rules.

The topics in this section provide the information necessary to understand, design, and implement DML triggers.

Understanding DML Triggers

Explains DML trigger concepts and includes descriptions and examples of when to implement DML triggers.

Designing DML Triggers

Provides specific guidelines, rules, and restrictions you should consider when designing a DML trigger.

Implementing DML Triggers

Describes the procedures to create, modify, or delete a DML trigger.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker