I have a server based in the USA, where I am not a domain admin, and my permissions are limited to sql server only - where I am sysadmin.
after a migration of a few databases to a new server, I noticed that I needed to go back to the old server to get one of my logins and permissions related.
when I run the following command:
EXEC xp_logininfo 'gplondon';
I get:
Msg 15404, Level 16, State 10, Procedure xp_logininfo, Line 62 [Batch Start Line 6] Could not obtain information about Windows NT group/user 'gplondon', error code 0xffff0002.
I understand I have all the permissions inside sql server to run xp_logininfo
But what other permissions are missing that have disabled me (or the sql server service on that server) to interrogate the active directory?
in other words, everything was working fine before, what permissions are missing now?


