Professional SQL Server® 2008 Internals and Troubleshooting
by Christian Bolton, Justin Langford, Brent Ozar, James Rowland-Jones, Jonathan Kehayias, Cindy Gross, Steven Wort
Chapter 13. Bringing It All Together with SQL Nexus
WHAT'S IN THIS CHAPTER
What SQL Nexus can do
How to manage an effective data collection
Loading data into the tool and using the reports to troubleshoot issues
Adding custom reports
This chapter is about a troubleshooting tool called SQL Nexus that brings together all of the knowledge and skills covered in the book up to this point. To use the tool effectively you should be familiar with all the chapter topics covered so far.
SQL Nexus enables you to load and analyze SQL Server trace files, performance monitor logs, wait statistics, and locking and blocking information through a single tool.
It uses ReadTrace (part of RML Utilities and covered in Chapter 12) to process the SQL Trace files and provides the ReadTrace reports embedded in the tool for ease of use. It also analyzes blocking and wait statistics information collected by the PerfStats script (Chapter 11) and contains reports that enable you to drill down into that information too.
Figure 13-1 shows part of the Bottleneck Analysis report, which indicates CPU utilization on the server from which the data was collected, and SQL Server's contribution to it. You can also see an analysis of SQL Server wait types, which in this example indicates that 72% of SQL Server's wait time (Chapter 3) was spent waiting for locks.

Figure 13-1. FIGURE 13-1
Figure 13-2 shows the Blocking Chains report ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access