Writing a SQL Server Performance Report
From SQLServerPedia
|
Sometimes the difference between consultants and employees boils down to one thing: documentation. Us DBAs know exactly what we think is wrong with an application, and we’ll tell anybody who’ll listen, but what does management do? They hire outsiders to come in, ask a lot of questions, and tell us what we already knew. The solution is to write a SQL Server performance review just as if we were consultants. The goal is to deliver a solid document that explains:
In the videos below, Brent Ozar explains how to write a SQL Server performance report.
SQL Server Performance Report Tutorial VideosPart 1: Gathering the Evidence with Perfmon and Profilerhttp://tutorials.sqlserverpedia.com/SQLServerPedia-20090119-PerformanceReport1.flv For more tutorial videos like this, check out the SQL Server Tutorials page. Part 2: Recommending Mitigations and Writing the Reporthttp://tutorials.sqlserverpedia.com/SQLServerPedia-20090122-PerformanceReport2.flv The Sample Performance Report TemplateTo get started, check out a sample performance report. |