SQL Server 2008 - Login failed. The login is from an untrusted domain and cannot be used with Window
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2009-05-13T15:35:22Z
Indexed on
2010/03/16
20:11 UTC
Read the original article
Hit count: 971
I've just installed SQL Server 2008 Developer edition and I'm trying to connect using SQLCMD.exe, but I get the following error:
H:\>sqlcmd.exe -S ".\SQL2008"
Msg 18452, Level 14, State 1, Server DEVBOX\SQL2008, Line 1
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Has anyone seen this before? Any idea what it means??
© Stack Overflow or respective owner