Frank
2006-11-27 16:06:08 UTC
Hello,
Does anyone know how to assign VIEW SERVER STATE permissioning to an Active
Directory Group?
I've read dozens of examples and got it to work on SQL Server logins,
however when I try and assign an AD group I get a user not found error.
These are the commands I've tried to run to give the AD Group user
permissioning on the server :
GRANT VIEW SERVER STATE TO DOMAINNAME\Groupname
GRANT VIEW SERVER STATE TO Groupname
Our servers are set up to be Windows Authentication only so a SQL Server
log-in won't be a solution.
Thanks for your time,
Frank
Does anyone know how to assign VIEW SERVER STATE permissioning to an Active
Directory Group?
I've read dozens of examples and got it to work on SQL Server logins,
however when I try and assign an AD group I get a user not found error.
These are the commands I've tried to run to give the AD Group user
permissioning on the server :
GRANT VIEW SERVER STATE TO DOMAINNAME\Groupname
GRANT VIEW SERVER STATE TO Groupname
Our servers are set up to be Windows Authentication only so a SQL Server
log-in won't be a solution.
Thanks for your time,
Frank