 |
Disabling a Trigger for a Specific SQL Statement or Session
I have a trigger created on a table which will fire when either an INSERT, DELETE or UPDATE statements are executed against the table. I want to suppress the trigger from firing for a particular statement while it remains in its normal execution state for
www.mssqltips.com |
 |