Login problems on SQL EXPRESS using a user

Posted by meep on Server Fault See other posts from Server Fault or by meep
Published on 2009-12-02T09:07:48Z Indexed on 2010/03/22 1:51 UTC
Read the original article Hit count: 360

Filed under:
|

Hello Serverfault.

First time I set up a SQL server, so I hope you can help me out.

I have a problem regarding logging in using SQL auth on my SQL EXPRESS 2008. I have added a user though the management interface as you can see on the image below.

alt text

But as soon as I try to login using SQL auth I get an error the login failed for the user. The server log says:

Login failed for user 'zebisgaard'. Reason: Could not find a login matching the name provided. [CLIENT: <named pipe>]
Error: 18456, Severity: 14, State: 5.

Do you have an idea why? I have triple checked that the username/password is correct, tried to recreate the user and so much more. And all this is localhost.

© Server Fault or respective owner

Related posts about sql-server

Related posts about authentication