May 25, 2015 at 8:03 am
Hi,
I have a trigger that I disable so I can do some operations on a table.
After the operations are completed I do the enable using the enable trigger comand.
Do I need to do something else to put back the trigger working as it was before the disable comand?
Thank you
May 25, 2015 at 8:10 am
No, that's sufficient.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 25, 2015 at 8:24 am
thank you
May 25, 2015 at 10:59 am
Shifting gears, triggers are normally put in place to guarantee that something occurs when the data is INSERTed, UPDATEd, or DELETEd. Why do you need to overcome the trigger action to begin with?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply