October 19, 2010 at 8:17 pm
Comments posted to this topic are about the item Activity Monitor Permission
October 19, 2010 at 9:26 pm
The easiest way is to just open a connection (i.e. using sqlcmd or Management Studio) using your sysadmin credentials and issue the following statement:
GRANT VIEW SERVER STATE TO <<login name>>
This will grant <<login_name>> VIEW ANY STATE permission.
Sobhan Kishore Chintala
October 19, 2010 at 11:56 pm
As per the BOL:
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.
Thanks
October 20, 2010 at 12:22 am
Nice question. I got it right because I just checked what rights I have on the development server and what rights I have on the production server.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
October 20, 2010 at 4:05 am
Good question!
Maybe I shouldn't admit it, but Activity Monitor is something I had completely missed. DOH!
October 20, 2010 at 4:50 am
Thanks For Your comments.
October 20, 2010 at 7:41 am
Good question, thanks.
October 21, 2010 at 3:07 pm
Thanks for the question.
October 26, 2010 at 10:33 am
Thanks for the question.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
October 31, 2010 at 8:29 pm
Simple & excellent question. Learned about permissions
January 18, 2011 at 11:13 am
In addition if you want to be able to view the "Data File I/O" section you have to have one of the following permissions: CREATE DATABASE, ALTER ANY DATABASE, or VIEW ANY DEFINITION. (Required for sys.master_files)
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply