I'm unfamiliar with creating Logins and Im trying to run the following query
CREATE LOGIN [CORP\NCG_009SOCSB_DBO_AP] FROM WINDOWS WITH DEFAULT_DATABASE = [db009];
But I get the following error:
Msg 15401, Level 16, State 1, Line 1
Windows NT user or group 'CORP\NCG_009SOCSB_DBO_AP' not found. Check the name again.
Can someone help me understand what the problem is?