vote up 0 vote down star

I created a login with SQL authentication credential in SQL Server 2008. But, I am not able to login using that credential.

We followed the same steps in SQL Server 2005 and working without any problem.

What could be the problem?

Thanks, P.Gopalakrishnan.

flag

21% accept rate
do you get an error? if so - what is it? – marc_s Oct 7 at 6:52
Only 2 of 22 questions have an accepted answer...... you gotta learn to ACCEPT the best answer to your questions! It's the polite and nice thing to do - show your appreciation for those who take the time to help you - ACCEPT their answers! – marc_s Oct 7 at 6:53
See how and why to accept answers here: meta.stackoverflow.com/questions/5234/… – marc_s Oct 7 at 8:48
Yes, I am getting the following error. Login Failed for user (username). Error 18456 – gopal Oct 7 at 8:52

2 Answers

vote up 0 vote down

have you confirmed that you are logging into the correct instance of sql server on the machine that you created the login for?

link|flag
Yes, I confirmed. I am using the correct instance of sql server in which the new login created. – gopal Oct 7 at 8:54
vote up 0 vote down

Have you checked that SQL Server Authentication is enabled? It is disabled by default. From SQL Server Management Studio, right-click your server, Properties, Security, SQL Server and Windows Authentication mode.

link|flag

Your Answer

Get an OpenID
or

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