Hi,
I have a question.
How can I use 'sp_grantlogin' with full domain name?
I tried use sp_grantlogin 'KAROLINA.CZ\pavel' but I get this error message:
Windows NT user or group 'KAROLINA.CZ\pavel' not found. Check the name
again.
If I use sp_grantlogin 'KAROLINA\pavel' then all is right.
Thank you for your help.
Pavel
Dan Guzman - 26 Oct 2006 12:48 GMT
> How can I use 'sp_grantlogin' with full domain name?
The NetBois domain name needs to be specified, not the DNS name.

Signature
Hope this helps.
Dan Guzman
SQL Server MVP
> Hi,
>
[quoted text clipped - 11 lines]
>
> Pavel