This is a discussion on SQL user and group audit report within the SQL Server forums, part of the Microsoft SQL Server category; --> I am trying to create a TSQL statement or stored procedure that can tell me what users belong to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to create a TSQL statement or stored procedure that can tell me what users belong to what group and what groups have access to what files. Can anyone help? Can I pull out a list of names from Active Directory to use as my user list? |
| ||||
| There is an example in books on line on querying a linked server to active directory, have a look at it. If you've got any questions , reply to the post -- Jack Vamvas ___________________________________ Receive free SQL tips - www.ciquery.com/sqlserver.htm <yzguy96@yahoo.com> wrote in message news:1144774936.104581.98420@i39g2000cwa.googlegro ups.com... > I am trying to create a TSQL statement or stored procedure that can > tell me what users belong to what group and what groups have access to > what files. Can anyone help? Can I pull out a list of names from > Active Directory to use as my user list? > |