Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello ,

We have SQL server on our remote server .

Configuration is like :
TCP/IP protocol is enable.
SQL service runing from network service.

When i tried to access this server from my local box with correct user name and password then it shown me instance not found error.

but when tried to ping the server ip address it looks good .

Please provide me solution to get rid of this.

We have SQL Server 2008 on remote machine and tried to connect that with my SQL server 2008 managment install in my machine
Posted
Updated 19-Apr-11 20:24pm
v2
Comments
Dylan Morley 14-Feb-11 7:20am    
Can you RDP onto the remote machine?

If so, can you confirm that the instance is running OK? If so, is it accessible when logged on to the remote machine? (e.g. if you have management studio installed on the remote server, can you connect to the instance using (local) )

If all that looks good, then you've confirmed that the SQL instance is running OK and it's likely to be some sort of network problem between you and the server

When connecting to the remote server, are you using a domain name or IP? e.g MYSQLSERVER05 or 172.88.16.254

If you are using Domain Name, try connecting using IP. Can you connect? If so, it's some sort of DNS issue.

See how you get on with that & we can narrow it down further

Make sure it's configured to allow remote access.
 
Share this answer
 
Perhaps there's a firewall involved? You may have permission to ping it but the sql server port may not be in the allowed list. If so, you may need to configure the firewall to allow incoming connections on the sql server port.

See http://support.microsoft.com/kb/287932[^]
 
Share this answer
 

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