Table Triggers
Triggers are added to tables to specify SQL code to be executed when data in the table is modified.
Add an Trigger to a Table:
In Database Explorer, right click the table node to which you want to add a trigger.
In the Details panel at the bottom of the screen select the Triggers tab. Then click the Add button.
Specify the trigger's SQL code and properties in the editor that appears.
See also: