Login failed for user

raul

New member
Joined
Mar 14, 2005
Messages
2
Programming Experience
Beginner
Everytime when i try ot login on the sql server, we said this message "Login failed for user "

What's a solution for this problem

thanks
 
Hi,
There are many things that could cause this:
1. No or wrong user id/password provided in the connection string
2. You use integrated security in the connectionstring but the server is set up to use sql-server security only

Post the string you use to connect to the database here.

/Pelle
 
Back
Top