Click here to Skip to main content
15,912,021 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.
I have a problem with connecting to sql server 2000.
On our network , there is a pc named A37 that running windows xp sp2 and sql server 2000 (without any instance name ) . sql server browser is running . tcp/ip protocol also enabled on this server .

from another pc named A24 , I have connected to this server through windows 7 by visual studio 2010 connect to database tool without any problem .

However ,from another pc named A20 , When I try to connect to this server through windows xp sp2 by the same tool (visual studio 2010 connect to database tool) , an error occured ( the server was not found or was not accessible . verify that that instance name is correct and that sql server configured to allow remote connection)

If this error caused by disability of remote connection on A37 , So Why it connected from A24?

Firewall is off on all computer.

Here is connection info When I try to connect to database:
Server Name : A37
Authentication : Sql server authentication
Username = arpm
Password = 1234.


Please help me .
Thank you.
Posted
Updated 19-Feb-12 9:14am
v2

1 solution

Manually check the network between both computers it's a network issue. try to access any file from server. if you are succeded then try to connect with sql server
 
Share this answer
 
Comments
mojtaba pirveisi 19-Feb-12 5:27am    
Perfect solution . I shared a folder with everyone permission on a37 and then try to reach to this folder from a20 that run windows xp . becausee a37 was password protected , I was asked to provide username and password . I entered a dummy username and password and then I could connect to sql server .

There is still a problem that I have to enter username and pass everytime a20 is restarted before connect to sql server on a37 .

Thank you very much vijay .
Vijay Kr Sharma 19-Feb-12 9:51am    
Your Welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900