Is the rollback performed inside the INSERT AFTER or UPDATE AFTER trigger of the entire transaction, or only the current row that is the cause of the trigger and matches Commit?
I tried to check it with the current projects code, which uses MSTDC for transactions, and it seems that if the complete transaction is aborted.
If the rollback in the trigger rolls back the entire transaction, is there a way around the path to limit only the current lines.
I found a link for sybase but nothing on sql server
Vamsi source
share