How to get SQL Profiler to monitor trigger execution

firedfly picture firedfly · Oct 1, 2008 · Viewed 46.8k times · Source

I have a trace setup for SQL Server Profiler to monitor SQL that is executed on a database. I recently discovered that trigger execution is not included in the trace. After looking through available events for a trace, I do not see any that look like they would include trigger execution. Does anyone know how to setup a trace to monitor the execution of triggers?

Answer

Mladen picture Mladen · Oct 2, 2008

Stored procedures: - SP:StmtStarting - SP:StmtCompleted