There are times when you want to know who the users are in a particular group. Depending on your level of privileges, there are various ways to get this information: 1. You can find out about it using the SQL Server Management Studio or Query Analyzer: EXEC xp_logininfo ‘DOMAIN\group_name’,’members’ To run this, you will need [...]
Posts Tagged ‘Windows group’
How to Find Out the Members of a Group
Posted in SQL Server, Windows, tagged security, Windows group on 27 July 2009 | Leave a Comment »