Re: How to add VIEW SERVER STATE permissions
- From: "Russell Fields" <russellfields@xxxxxxxxxx>
- Date: Thu, 17 Jan 2008 17:51:18 -0500
Very good. I guess you can tell that I never use that dialog. :) - RLF
"spinkid" <spinkid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EFB01F47-BF58-410B-990F-C0F91F46BCFE@xxxxxxxxxxxxxxxx
Found out how to do it.
1. Right mouse click the SQL Server and go to Properties
2. Go to Permissions in select a page
3. Find the login you want to assign the permission to in the top box
4. In the bottom box go all the way to the bottom you will find "View
Server State" and put a check mark in the Grant box and click OK.
"Russell Fields" wrote:
spinkid,
I don't think there is a SSMS interface for this permission. You can run
the following command:
GRANT VIEW SERVER STATE TO YourLogin
If you have several domain logins (the people who are the DBOs in
question)
you could have their logins added to a Windows Group, make that group a
login on SQL Server, and grant the rights to the group. All the logins
in
the group will inherit the permission.
RLF
"spinkid" <spinkid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:47857D98-A1D6-4557-B61F-263268F3444C@xxxxxxxxxxxxxxxx
I need to have one of the DBO's run some code on a SQL2005 server
database
that will recommend indexes on a particular database that they have DBO
rights to. However I found out that I need to give them "View Server
State"
permission to run this code. I don't see how to give them this
permission
using the console. Can some help me?
.
- References:
- Re: How to add VIEW SERVER STATE permissions
- From: Russell Fields
- Re: How to add VIEW SERVER STATE permissions
- Prev by Date: Record level security?
- Next by Date: Re: Record level security?
- Previous by thread: Re: How to add VIEW SERVER STATE permissions
- Next by thread: Re: Rights for Linked Server
- Index(es):
Relevant Pages
|
|