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 |  
                                    | nevesStarting Member
 
 
                                        1 Post | 
                                            
                                            |  Posted - 2014-09-17 : 11:53:13 
 |  
                                            | ClearTrace docs says: quote:But I've found in this blog post that it also can records statement level commands:It only processes RPC:Completed and SQL:BatchCompleted events.
 
 quote:The documentation should say that it can also process statement level traces, and warn about the downsides (big log file).The latest release of ClearTrace (Build 38) now shows the execution history of a particular statement. You’ll need to save the trace files to a trace group instead of just using the default.  That’s as easy as typing something into the trace group name when you upload the trace.  I usually put the server name in this field. Build 38 also re-enables support for statement level events.  If your trace includes RPC:StmtCompleted or SQL:StmtCompleted
 
 |  |  
                                |  |  |  |