 |
SQL Server: Coding the After Delete Trigger in SQL Server | a Tech-Recipes Tutorial
A trigger is special type of stored procedure that is executed when an INSERT, DELETE or UPDATE statement modifies data in a table. SQL Server initiates an AFTER DELETE trigger whenever a delete statement event occurs. You can download the AFTER ...
www.tech-recipes.com |
 |