Advanced Monitoring Tools

In addition to the standard monitoring tools you've explored so far in this chapter, several tools and features of SQL Server 2008 and the Windows operating system may prove beneficial in performance analysis and general troubleshooting. These tools include:

  • Dynamic Management Views (DMVs)
  • DBCC
  • Resource Monitor

The following sections will cover each of these topics fully.

Dynamic Management Views (DMVs)

Dynamic Management Views or DMVs provide server state information for health and performance monitoring. DMVs are queried like SQL Server tables, making them easy to use for both beginning and experienced DBAs. For example, you can query the sys.dm_exec_connections DMV to view the current connections. Figure 14.7 shows ...

Get SQL Server® 2008 Administration: Real World Skills for MCITP Certification and Beyond 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.