I have the following setup
- A Windows Server 2008 machine as a domain controller [DC]
- A Windows Server 2008 machine running SQL Server 2012 [SQL-A]
[Both machines are virtual and are running on virtual box]
I am logged into both machines as CONTOSO\Administrator
On the DC I create a global security group named domain_group_b in the Users container. Similarly I create a user account named domain_user_b.
However when I try to create Windows Authenticated logins on SQL Server using these accounts it doesn't work irrespective of whether I use Transact-SQL or SQL Server Management Studio. I get an error
Windows NT user or group 'CONTOSO\domain_user_b' not found. Check the name again. (Microsoft SQL Server, Error: 15401)
When I use the "Check Names" feature it does find the user and underlines it. Adding local users works OK.
Any ideas?