This is a discussion on Plz Help!! within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi guys I have installed SQL 7.0 for the first time and now when I try to connect in ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi guys I have installed SQL 7.0 for the first time and now when I try to connect in query analyzer I get the following error message: Unable to connect to server \\localhost: server:Msg17,level16,state1 [microsoft][odbc sql server driver][dbnet lib]sql server does not exist or access denied I have already enabled the TCP/IP I am using windows XP service pack 2 Thanx a lot in advance for ur kind help regards Mr Novice |
| ||||
| MrNovice (akhil.gupta04@gmail.com) writes: > I have installed SQL 7.0 for the first time and now when I try to > connect in query analyzer I get the following error message: > > Unable to connect to server \\localhost: > > > server:Msg17,level16,state1 > [microsoft][odbc sql server driver][dbnet lib]sql server does not exist > > or access denied > > > I have already enabled the TCP/IP > I am using windows XP service pack 2 > Thanx a lot in advance for ur kind help > regards What did you specify in Query Analyzer for server? "\\localhost"? That's not a magic name. Try . (a single dot) or "(local)". -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |