Hello,
I have an XP box with SQL 2k working without any problems. I am trying to install SQL 2005 CTP April on the same machine. Installation goes fine, but when I try to connect, I am getting an error "Can not Create SSPI Context". Why am getting this error DOes the machine needs to be on a domain to get connected If yes, is there a work around Can I use mixed mode Where\How do I specify password for sa
Any help is highly appreciated.
Thanks
_GJK

SQL Server 2005 and SSPI Context on XP
Eddie Garcia
Thanks
Laurentiu
mdf
My laptop is disconnected from domain and SQL Server was looking to authenticate the user under which SQL server is run against the domain. This failed generating the SSPI context error. To resolve the issue, I created a local user with admin privialges and run the SQL server under this account. Then I logged in to the box with this account, got sqlserver running.
Thanks for the reply.
_GJK