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?
Sql-server – How to get SQL Profiler to monitor trigger execution
sql-serversql-server-2005sql-server-profiler
Related Question
- Sql-server – How to check if a column exists in a SQL Server table
- Sql – How to concatenate text from multiple rows into a single text string in SQL Server
- Sql-server – SQL Server Profiler – How to filter trace to only display events from one database
- Sql-server – the best way to auto-generate INSERT statements for a SQL Server table
- Sql – How to do an UPDATE statement with JOIN in SQL Server
- Sql – How to UPDATE from a SELECT in SQL Server
- SQL Server Profiler deprecation – Replacement
- Sql – How to delete using INNER JOIN with SQL Server
Best Solution
Stored procedures: - SP:StmtStarting - SP:StmtCompleted