Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Determine user access 1

Status
Not open for further replies.

dpheat28

MIS
Jul 17, 2001
11
US
Does anybody know how to determine what user account was used to grant access to another account in a database?
 
Unfortuantly SQL Server does not retain that kind of information.

Rick.
 
Actually SQL Server does track the Grantor of permissions. Use the system stored procedure sp_helprotect to view all permissions on all objects in a data base. You can use various options to view permissions on objects, permission for a specific user or permissions granted by a user. See the complete documentation in SQL BOL. Terry L. Broadbent
Programming and Computing Resources
 
dpheat28 my applogies I've not come across sp_helprotect before.

Thanks for the correction Terry.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top