13.2. What's New in Monitoring for SQL Server 2008

The SQL Server Books Online documentation on monitoring covers a couple of new topics, and all the old favorites on using System Monitor, SQL Profiler, and SQL Trace. The new monitoring features in SQL Server 2008 are Data Collection and SQL Server Extended Events.

13.2.1. Data Collection

If you've used the SQL Server Performance Dashboard Reports with SQL Server 2005 SP1, you'll find Data Collection in SQL Server 2008 to be like that on steroids.

It provides an extensible framework for collecting data, storing it in a data warehouse, and then building reporting on top of the data warehouse. Rather than being stuck with predefined reports, you have a very comprehensive monitoring framework. One of the other challenges with DMVs, the standard reports, and the Performance Dashboard reports is that they only provide a snapshot of current system execution, so you can't see what happened one second before or how things have changed over the last one second. Data Collection solves that problem because the Management Data Warehouse is now the repository of the data collected.

13.2.2. SQL Server Extended Events

Previous versions of SQL Server have had several levels of events available to monitor. You had the option of the full set of SQL events in Profiler and SQL Trace, and then there were the notification events, which are a reduced set of events based around DDL type events.

SQL Server 2008 introduces a new event framework — SQL ...

Get Professional Microsoft® SQL Server® 2008 Administration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.