Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Connection Issue

Author  Topic 

abhjos
Starting Member

5 Posts

Posted - 2009-11-16 : 02:53:29
I have a code written in C#.NET and I am using SQL Server 2005, When I try to connect to the Database I am getting this error "SQL Error 18456 : Login failed for user ....". I checked several google docs but not able to solve the issue. Can anyone help me with this please.

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2009-11-16 : 05:07:47
See http://www.connectionstrings.com/


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

abhjos
Starting Member

5 Posts

Posted - 2009-11-16 : 05:22:30
I checked the site and the code which is mentioned on the site is proper and the same I have in my program, but still I am facing the same error, can you please help me.
Go to Top of Page

prakum
Starting Member

16 Posts

Posted - 2009-11-16 : 06:19:54
Check out this site...it may help you....
http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx

Praveen Kumar
Go to Top of Page

abhjos
Starting Member

5 Posts

Posted - 2009-11-16 : 07:20:30
quote:
Originally posted by prakum

Check out this site...it may help you....
http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx

Praveen Kumar



I have checked this site also and this also did not solved my issue, can you help me
Go to Top of Page
   

- Advertisement -