When running SQL Performance Dashboard with a simple user without SysAdmin permissions I got the following error:
the user does not have permission to perform this action
The solution is to grant some additional permission to this user:
GRANT VIEW SERVER STATE TO USER1
GRANT ALTER TRACE TO USER1
the user does not have permission to perform this action
The solution is to grant some additional permission to this user:
GRANT VIEW SERVER STATE TO USER1
GRANT ALTER TRACE TO USER1
0 commenti:
Post a Comment