Could someone tell me how to remote connect to other server. Everytime when I try to connect to other server, I get an error message. Eventhough I have opened the 1433 port, allow the remote connection using both TCP/IP and named pipes, and open the firewall for connection.
"An error has occurred while establishing a connection to the server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default setting SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error:26 - Error Locating Server/Instance Specified)(Microsoft SQL Sever)"
Thank you

Remote Connection
Gavin Sullivan
Hi,
Still get the same error while SQL Server Browser already started and using dynamic ports. Do you know any other reasons that might cause this problem. Thanks
Gosovic
Bill Pf
Hi,
I also have MS SQL 2000 installed in the same computer. Is it because of this MS 2000 and MS 2005 are sharing the same port that causing problem However, when I check the Config Manager, the MS 2005 is using dynamic port. Should I set it to static port, if so, could you tell me how to set it to stactic port. Thanks.
Maciek Sarnowicz
HTH, Jens Suessmeyer.
---
http://www.sqlserver2005.de
---
ThBeer
is the SQL Server Browser startetd If you are using dynamic ports you need to have the brwoser started, that this one can redirect the request (without the port number, because it can change every start of the service) to the dynamically choosen port. You can choose a static port by getting a free one on your system which isn’t currently used and type this in the box TCP Port and leaving the dynamic port box blank.
HTH, Jens Suessmeyer.
---
http://www.sqlserver2005.de
---
Hjort
Hi,
are you sure that the default port (1433) is setup This can be due to another choosen configuration (You don’t need to put the port on 1433) or if you want to connect to another instance than the default (which normally has another port than 1433, because *normally* the default instance has this port assigned).
HTH, Jens Suessmeyer
---
http://www.sqlserver2005.de
---