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 |
|
wotrac
Yak Posting Veteran
98 Posts |
Posted - 2004-11-28 : 17:41:00
|
| I have an insert trigger on table 1If I insert values into that table from a stored procedure, will I be able to debug the trigger using this method. |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-11-29 : 11:04:49
|
| debug the trigger using profiler...or add statements in the trigger to write to a log..by the way, what's the problem?Brett8-) |
 |
|
|
|
|
|