SQL Server Triggers

A trigger is a stored procedure that executes in response to an event. For example, a trigger can be executed when a row in a table is inserted, updated, or deleted. The trigger tells the DBMS how to process the SQL INSERT, UPDATE, or DELETE commands to enforce business rules. This product supports four categories of triggers in a SQL Server 2005/2008 physical model:

More information:

Define SQL Server Table Triggers

Define SQL Server View Triggers

Define SQL Server Database Triggers


Copyright © 2009 CA. All rights reserved. Email CA about this topic