Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to get list of users in a particular Group

Author  Topic 

vision.v1
Yak Posting Veteran

72 Posts

Posted - 2010-10-19 : 07:08:15
Hi,

In sql server 2005 how can we get the list of users under a particluar group..


Sachin.Nand

2937 Posts

Posted - 2010-10-19 : 07:11:15
Do you mean roles?

PBUH

Go to Top of Page

vision.v1
Yak Posting Veteran

72 Posts

Posted - 2010-10-19 : 07:17:01
Hi,

In my sql server management studio
when i Navigate to the ServerName > Security > Logins
I found two logins

1.Mydomain\HighDevelopers
2.Mydomain\LowDevelopers

Now i want to find out all the developers(UserNames) which are belong to
Mydomain\LowDevelopers

please suggest me.....
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-10-19 : 07:24:51
Look for XP_LOGININFO
http://sql-articles.com/blogs/use-xp_logininfo-to-retrieve-ad-group-members-list/


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -