 |
MERGE (Transact-SQL)
For every insert, update, or delete action specified in the MERGE statement, SQL Server fires any corresponding AFTER triggers defined on the target table, but does not guarantee on which action to fire triggers first or last. Triggers defined for the sam
msdn.microsoft.com |
 |