[!INCLUDE SQL Server SQL Database] DML triggers is a special type of stored procedure that automatically takes effect when a data manipulation language (DML) event takes place that affects the table ...
When you write the code for a DML trigger, consider that the statement that causes the trigger to fire can be a single statement that affects multiple rows of data, instead of a single row. This ...