Quantcast
Channel: Answers for "How to get the SQL code of the DML that fires a trigger?"
Browsing latest articles
Browse All 6 View Live

Answer by Madhivanan

Note that the code you used will show you anything that is run lastly. It can be single statement or group of statements. Why dont you just print/select the actual code used at the end of the...

View Article



Answer by MladenPrajdic

i think what you need to use is @@ProcID

View Article

Answer by AjarnMark

Triggers are fired from events (loose jargon) such as an INSERT, UPDATE, or DELETE. There is a variety of actual statements that could be issued to cause such a thing, including the firing of another...

View Article
Browsing latest articles
Browse All 6 View Live


Latest Images