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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Capture trigger using profiler

Author  Topic 

jung1975
Aged Yak Warrior

503 Posts

Posted - 2007-07-07 : 15:43:58
How can I capture the trigger which is downgrading the performance using SQL profiler?


rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-07 : 21:47:30
Need capture all sql statements, but you can filter by table name.
Go to Top of Page

jung1975
Aged Yak Warrior

503 Posts

Posted - 2007-07-07 : 22:57:32
can i filter out only triggers? if so, can you tell me how?


Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-07-08 : 20:06:18
You can try filter by object id, query sysobjects to get id of the trigger.
Go to Top of Page
   

- Advertisement -