Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Database Engine
Operations
Performance
 How to: Open Activity Monitor (SQL ...
Community Content
In this section
Statistics Annotations (5)
Collapse All/Expand All Collapse All
Other versions are also available for the following:
SQL Server 2008 Books Online (October 2009)
How to: Open Activity Monitor (SQL Server Management Studio)

Use Activity Monitor to obtain information about SQL Server processes and how these processes affect the current instance of SQL Server.

The Activity Monitor page has the following sections:

  • Overview - Shows graphical displays of the percent of processor time, number of waiting tasks, database I/O (megabytes per second), and batch requests (number per second).
  • Active User Tasks - Shows information for active user connections to SQL Server Database Engine.
  • Resource Waits - Shows wait state information.
  • Data File I/O - Shows I/O information for database data and log files.
  • Recent Expensive Queries - Shows information about the most expensive queries.

To view the Activity Monitor in SQL Server 2005 and SQL Server 2008, a user must have VIEW SERVER STATE permission.

To view the Activity Monitor on a SQL Server 2000 server, a user must have SELECT permission to the sysprocesses and syslocks tables in the master database. Permission to view these tables is granted by default to the public database role.

To KILL a process, a user must be a member of the sysadmin or processadmin fixed server roles.

  1. On the SQL Server Management Studio standard toolbar, click Activity Monitor.

  2. In the Connect to Server dialog box, select the server name and authentication mode, and then click Connect.

You can also open Activity Monitor at any time by pressing CTRL+ALT A.

  • In Object Explorer, right-click the instance name, and then select Activity Monitor.

  1. On the Tools menu, click Options.

  2. In the Options dialog box, expand Environment, and then select General.

  3. In the At startup box, select Open Object Explorer and Activity Monitor.

  4. To activate the changes, close and reopen SQL Server Management Studio.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Old Content?      Rod Colledge ... Thomas Lee   |   Edit   |   Show History
Looks like this information is still referring to the Feb CTP build (and earlier)
Content out of date      Thomas Lee   |   Edit   |   Show History
As noted by Rod above, this content appears out date. Using RTM version of Management Studio, there's no Activity Monitor under the Management node.

Also, it would be helpful to spell out how to do things such as granting View Server State Permission, select permission, etc.


Yes, this topic will be updated soon      Tai Yee - MSFT   |   Edit   |   Show History

Just wanted to say that both of the posters above are correct, this topic is outdated. This topic will be corrected in an upcoming Documentation Refresh (likely mid-September). Sorry for the inconvenience.

Tai Yee

Microsoft SQL Server User Education

Tags What's this?: Add a tag
Flag as ContentBug
“stock chart” icon      BillVo   |   Edit   |   Show History

Buck Woody wrote: Now you activate it by clicking on the “stock chart” icon in the icon bar.

http://www.informit.com/guides/content.aspx?g=sqlserver&seqNum=291

Tags What's this?: Add a tag
Flag as ContentBug
SQL 2000      aki HU   |   Edit   |   Show History
I'm very sad, that it doesn't work with SQL Server 2000.
Tags What's this?: Add a tag
Flag as ContentBug
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker