Thursday, January 21, 2016

Poor Performance Query SQL Trace Profiler

SQL Trace causes overhead to the server which is experiencing performance issue. When do we need to use SQL trace? Which template to choose to trace poor performance query? 

RPC:Completed
    
SP:StmtCompleted
    
SQL:BatchStarting
    
SQL:BatchCompleted
    
Showplan XML

Credit goes to- http://blogs.msdn.com/b/dstfs/archive/2016/01/05/how-to-troubleshoot-slow-performance-issue-in-team-foundation-server-using-sql-profiler.aspx

No comments:

Post a Comment

How to add a Database to AlwaysOn Availability Group with four different options

To add a database to an existing AlwaysOn availability group, MS has given us four options to choose from Automatic seeding Full database an...