What ports or modes of communication do you need to open up for SQL Server 2005 Transactional Replication? Main and slave are geographically separated.
+1
A:
I believe TCP Port 1433 is typical although it can be defined by the publisher
GregD
2008-11-21 00:46:08
Thank you this looks like the ticket, I'll have more time to look at it tomorrow and evaluate.
vfilby
2008-11-21 01:09:12
A:
(Not an Answer)
I regretted using SQL Replication back during the SQL Server 7 days. From what I've seen of SQL Server 2005, The tools have become more unusable.
If I were in your position, I would look at some form of Transaction server that supports replication and set it up as a middle tier between your application and your database(s).
Kieveli
2008-11-21 00:59:51
+1
A:
Make sure you enable encryption, otherwise your replicated data could be sniffed by any one in between. The better solution would be to set up a VPN between your two locations to off load the encryption from SQL Server and also provide better security.
duckworth
2008-11-21 01:07:20