Getting error:

Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.

Restarted the service, server, and all the computers in between. I suspect it's not connecting to the domain server - any way to check about this?

link|improve this question

How are you logging in? Via Enterprise Manager / Sql Management Studio? – NoCarrier Aug 31 '09 at 20:33
1  
Belongs on ServerFault. – Jonathan Sampson Aug 31 '09 at 20:33
BTW I think this question is a candidate for ServerFault – NoCarrier Aug 31 '09 at 20:33
feedback

2 Answers

up vote 1 down vote accepted

Found this, hopefully its of use to you ;)

link|improve this answer
feedback

Try using sqlcmd with the -E option, to make sure it's trying to use Integrated Security.

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.