Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-02-28 : 08:19:46
|
| ravi writes "Hi, Can anyone please tell me how to connect 2 remote SQL servers(7.0) which are on different networks, without opening the firewall between them. Is it possible?For e.g., connect to database on company A from company B,both in different locations, have their own firewalls.Thanks in advance.RK." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-02-28 : 08:21:34
|
| If the firewall is blocking the ports the SQL Servers use (normally 1433), you will need to use another port that is not blocked, or have the firewall open the ports. |
 |
|
|
Problemkilla
Starting Member
4 Posts |
Posted - 2002-02-28 : 08:49:41
|
| You might want to check into creating a Tunnel between the two firewalls. That way the information is still encrypted between the firewalls and the servers should be able to communicate over port TCP/IP port 1433. If that isn't possbile then the only other possibility would be what was suggested in the previous post. |
 |
|
|
|
|
|