Hi Everyone,
I am using trigger on insert or update and also using transaction handling from vb.net
Can u please tell me trigger fire before my transaction commit or after commit?
Hi Shahzad786,
A trigger always executes in the context of a transaction (every DML statement operates within a transaction).
Refer below link for more details.
https://stackoverflow.com/questions/3131003/tsql-create-trigger-with-transaction-and-try-catch-block
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.