I have an odd scenario whereby I have two SQL 2005 Servers separated by a firewall and the only means of them talking is via a 3rd party message queueing server. I have a database on each of the SQL servers that needs to be replicated in both directions...th is network architecture is not of my doing and security dictates that this cannot change.
In my test environment I've just started investigating how exactly I'm going to approach this and have got as far as setting up multiple instances of SQL 2005 Server and setting up merge replication to successfully keep the two databases synchronized.
At this point, I'm stuck...it seems to me the manner in which merge replication works, I'm not going to be able to use this mechanism to replicate through the message queue, I'm wondering if anyone can give me any relevant input.
Thanks in advance
In my test environment I've just started investigating how exactly I'm going to approach this and have got as far as setting up multiple instances of SQL 2005 Server and setting up merge replication to successfully keep the two databases synchronized.
At this point, I'm stuck...it seems to me the manner in which merge replication works, I'm not going to be able to use this mechanism to replicate through the message queue, I'm wondering if anyone can give me any relevant input.
Thanks in advance
Comment