Introduction - If you have any usage issues, please Google them yourself
Create, delete, modify the SQL_Server trigger, see the tutorial example
Trigger is a special procedure, it can not be called explicitly, but be activated automatically to insert records, update records or delete a record. The trigger can be used to achieve integrity constraints on the implementation of complex.