How to find the users in a group login

Hi,
By running the below query we can find out that who are the users in a that group.


use master
go

EXEC xp_logininfo
@acctname='AOINTL\USCareUsers',
@option='members'
 

Comments

Popular posts from this blog

Always On FailOver Events

SSAS Cube or Database backup with Powershell command "Backup-AsDatabase"

Rule "Not Clustered o the Cluster Service is up and online. " FAILED, The machine is clustered but the cluster is not online.