|
We have a user who wants to run Standard Reports, i.e. the Disk Usage report, on his databases. We want to avoid giving the user the sysadmin role, if at all possible. Is there a specific permission or permissions that we can give that would enable him to run various reports? I might add that his databases are in their own separate instance. Thank you. Barbara Plume
(comments are locked)
|
|
Trying to find a definitive answer on this one is proving difficult, however most of the standard reports use DMVs, and according to BOL:
I haven't done it, but I'm pretty sure if they have the permissions you outline, it should work. The reports work off the DMVs and those are the permissions needed, so...
Feb 23 '10 at 10:17 AM
Grant Fritchey ♦♦
(comments are locked)
|
|
Initially I would try allowing the user to the dmv's. VIEW SERVER state and VIEW DATABASE STATE.... DOH i got the "reload answers".. +1 Kev. To tie them down you can then deny SELECT on the dmv's you dont what the user to access... +1 still a valid answer though!
Feb 23 '10 at 06:54 AM
Kev Riley ♦♦
(comments are locked)
|

