Trouble logging into SQL Server
Asked By: Timmy
Originally Asked On: 2009-08-31 20:29:04
Asked Via: superuser
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?
He received 2 answers
eventually accepting:
user155695’s answer to
Trouble logging into SQL Server
Found this, hopefully its of use to you
The answer with the highest score with 1 points was:
Rob Farley’s answer to
Trouble logging into SQL Server
Try using sqlcmd with the -E option, to make sure it’s trying to use Integrated Security.
If the selected answer did not help you out, the other answers might!
All Answers For: Trouble logging into SQL Server
user155695’s answer to
Trouble logging into SQL Server
Found this, hopefully its of use to you
Rob Farley’s answer to
Trouble logging into SQL Server
Try using sqlcmd with the -E option, to make sure it’s trying to use Integrated Security.
Of course, you should really check out the original question.
The post Trouble logging into SQL Server [ANSWERED] appeared first on Tech ABC to XYZ.