January 9, 2014 at 1:28 pm
we want to grant read only access to developers to look at the permissions.
how to perform this action?
January 9, 2014 at 2:03 pm
What is your SQL Server version and which permissions exactly you need to look at - server level, database level, Windows level?
In any case - you could explore the possibility to create a stored procedure with EXECUTE AS integrated. Then just give exec permissions only on that procedure. (that is just an option, depending on the details, there might be another one).
HTH,
Ivan
January 9, 2014 at 2:32 pm
1) SQL 2012
2) To a developer, look at the permissions at database level.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply