tags:

views:

38

answers:

2

I was able to create an ODBC Data Source locally for my SQL Server 2008. Now I moved to anohter machine and want to connect from the new machine to that SQL Server 2008.

I know by default the SQL Server 2008 will not listen for the remote connection. I have enabled its Browser and TCP/IP.

Error window is like this: alt text

A: 

Did you ensure that the SQL Server 2008 Browser service is running on the server?

czuroski
I think so. I restarted the service and also the machine and checked the status of the Browser. It is running.
5YrsLaterDBA
A: 

Is there a firewall between the 2 machines?

If so, you will need to allow the applicable protocol and port.

DaveB