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
 Sql state 28000Login failed or User Admin_PC\Guest

Author  Topic 

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-11-07 : 07:19:12
I Am Using Sql Server Express Edition 2005 .I Am using two different Operating System Windows Vista and Windows XP.I am trying to connect
Sql Server 2005 Express Edition located in another machine(Sql server named ADMIN-PC\SQLEXPRESS) through ODBC.I Had made a DSN
Named : FleetDSN
In The Combo Box (Which Sql server do you want to connect to) I
Had Choosen The name of Sqlserver which i want to connect to that
is ADMIN-PC\SQLEXPRESS .
I had choosen With Windows Authentication using the network login ID.
And I had check marked The connect to SQL Server to obtain default settings for the additional configuration options .In the disabled text It was written Admin-PC/Admin
When i Click next.....I get the error message


**********Connection failed SQLstate 28000 sql server error:18456
[Microsoft][ODBC SQL SERVER DRIVER][SQL SERVER]Login ailed for user Admin-PC\Guest.Please Help why i m gettin this error

Keshab

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-11-07 : 22:56:15
Did you add Admin-PC\Guest as sql login in ADMIN-PC\SQLEXPRESS yet?
Go to Top of Page

Keshaba
Yak Posting Veteran

52 Posts

Posted - 2007-11-08 : 00:21:53
I had not added Admin-PC\Guest in login .I added ADmin-PC Guest and I got The solution. thanks

Keshab
Go to Top of Page
   

- Advertisement -