April 2007
Intermediate to advanced
1752 pages
53h 43m
English
IN THIS CHAPTER
A trigger is a special type of stored procedure that is executed automatically based on the occurrence of a database event. In previous versions of SQL Server, the database events that fired triggers were based on data manipulations, such as insertions, updates, or deletions. Triggers in SQL Server 2005 can also fire on events that are related to the definition of database objects. The two triggering events are referred to as Data Manipulation Language (DML) and Data Definition Language (DDL) events.
Most of the benefits derived from triggers are ...
Read now
Unlock full access