Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Cannot connect to UserPC\SQLExpress

I have been struggling to find a solution for this from long but in vain. I recently installed SQL Server Management Studio Express and tried to login with SQL authentication with 'sa' username. It was giving me error 233, so I enabled NamedPipes, Shared Memory and TCP IP from Configuration Manager.

Now, I when I try to login, it shows an Error:

Login failed for the user ''. Erorr: 18456

Screenshot:

http://i.stack.imgur.com/IUzox.jpg

I checked the server error logs and they were showing me

2011-01-07 01:35:12.47 spid17s Error: 17054, Severity: 16, State: 1.

share|improve this question
Are you sure you are entering right username/password? – Chandu Jan 9 '11 at 17:17
Did you try with "sa" as the username, or "sarin"? – Hippo Jan 9 '11 at 17:21
@Hippo: I tried with 'sa' as well. i.imgur.com/EoAyd.jpg – Cipher Jan 9 '11 at 17:29
Duplicate (same user, same symptoms) of Cannot connect to UserPC\SQLExpress – gbn Jan 9 '11 at 17:34

marked as duplicate by driis, gbn, marc_s, John Sansom, Richard Jan 10 '11 at 9:22

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 0 down vote accepted

Try logging in with "Windows Authentication" first and create a new user with a password. You can use this new username/password to login and find out if you are using the right user/pwd combination.

Hope this helps

share|improve this answer

You need to ensure that the user you are trying to login with (sarin) is a valid user in the database and has the right permissions.

share|improve this answer
I had created a new user 'sarin' and changed the password from the Management Studio. Here's the screenshot showing the user 'sarin' i.imgur.com/6Enfx.jpg – Cipher Jan 9 '11 at 17:23
@user458790 - And you gave it the right permissions? – Oded Jan 9 '11 at 17:25
Are these permissions correct? i.imgur.com/KxBBY.jpg – Cipher Jan 9 '11 at 17:26
@user458790 - yes. – Oded Jan 9 '11 at 17:27
But the error still remains. Can it be something related to allowing remote connection to SQL Server? :-/ I read it somewhere. How to enable this remote connection? – Cipher Jan 9 '11 at 17:30
show 2 more comments

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