April 16, 2009 at 7:05 am
In my Sql Server 2005 I have few groups (eg:SQLAdministrator) that have sysadmin privilege. I need to find out the windows users that are mapped to these groups. Also I need to find out the date when these users were mapped to the groups.
I am looking for some kind of script that can give me this information.
Thanx in Advance !
April 16, 2009 at 7:07 am
This should give you a good starting point
April 16, 2009 at 7:13 am
Thanx for the quick response.
I was looking for a way to query if from Sql Server.
April 16, 2009 at 7:18 am
I think you will need a linked connection setup
http://www.sqlservercentral.com/Forums/Topic695128-359-1.aspx
April 16, 2009 at 7:36 am
Is there any system table/tables that contain this information ??
April 16, 2009 at 7:44 am
Not by default. Although, based on your requirements it would be possible to script something to pull this information periodically in a database.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply