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:
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.
On the SQL Server Management Studio standard toolbar, click Activity Monitor.
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.
On the Tools menu, click Options.
In the Options dialog box, expand Environment, and then select General.
In the At startup box, select Open Object Explorer and Activity Monitor.
To activate the changes, close and reopen SQL Server Management Studio.
Also, it would be helpful to spell out how to do things such as granting View Server State Permission, select permission, etc.
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
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