Our current thinking:
- We will not use clustering
- Each city will have an active and a standby SQL server
- Merge replication will be used to distribute data
- The active SQL server in each city will use push subscription to the
standby
- The active SQL server in one city will use push subscription to the
active SQL server in the other city
Any comments?
Thanks,
Larry
Jason
"Larry" <LarryD...@hotmail.com> wrote in message news:<euqwDZc$AHA.1108@tkmsftngp05>...
I am curious as to why you are choosing not to use clustering and are,
instead, choosing replication. This will cause a load on your distributor
(which sounds like your publisher). Your choice is not all that uncommon
but I always wonder if it is the most effective.
A key thing to take into account is what you will publish - does your front
end use stored procedures to make changes to the data or is it embedded SQL?
Big difference in how you might choose to implement replication.
If you'll post any replies, maybe we can help more.
HTH
Scott Whigham
"Larry" <LarryD...@hotmail.com> wrote in message
news:euqwDZc$AHA.1108@tkmsftngp05...