How to get SQL Profiler to monitor trigger execution
        Posted  
        
            by firedfly
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by firedfly
        
        
        
        Published on 2008-10-01T20:23:57Z
        Indexed on 
            2010/05/25
            2:51 UTC
        
        
        Read the original article
        Hit count: 328
        
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?
© Stack Overflow or respective owner