Question : xp_logininfo not pulling info


when i run the following one test box, it brings the users behind the AD domain fine.

EXEC master..xp_logininfo 'WindowsDomainName\4thSt_Developers','members'

but in the dev box, it does not. (empty result)

what may be missing?

thanks

Answer : xp_logininfo not pulling info

is the Dev box in the Domain?? It problably doesn't exists there...

Also per BOL

>>SQL Server must connect to the domain controller to retrieve group membership information. If the server cannot contact the domain controller, no information will be returned.

Permissions


Requires membership in the sysadmin fixed server role or membership in the public fixed database role in the master database with EXECUTE permission granted.<<

http://msdn.microsoft.com/en-us/library/ms190369.aspx

 

Random Solutions  
 
programming4us programming4us