up vote 1 down vote favorite
share [g+] share [fb]

I can log into SQL Server Management Studio with a SQL Server Authentication login and password, but when trying to log in with Windows Authentication I get this error:

"Cannot generate SSPI context. (.Net SqlClient Data Provider)"

What is going on here?

link|improve this question

65% accept rate
feedback

1 Answer

See #6 here: http://blogs.msdn.com/sql_protocols/archive/2006/12/02/understanding-kerberos-and-ntlm-authentication-in-sql-server-connections.aspx

This is a little more complicated: http://support.microsoft.com/kb/811889/

But I think either will get you on the right track.

p.s. This might be better posted on ServerFault...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.