Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2007-01-18 : 10:00:20
|
| Table1 has an update trigger.In query analyser I write an update query for table1.What is the query that allows me to see the trigger that gets run after the update query?Thanks |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-01-18 : 10:47:21
|
| You can watch it happening through a tool called as SQL Profiler.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
fmardani
Constraint Violating Yak Guru
433 Posts |
Posted - 2007-01-18 : 10:52:03
|
| No, what I am referring to is inside query analyser to show the trigger that gets fired.I am sure there is a command for it something like show_all or show_text.Thanks |
 |
|
|
|
|
|