Can someone explain in detail the exact differences between 2 way transactional replication and peer to peer replication?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
generally transactional has a publisher and a subscriber, with some updating from the subscriber, peer to peer replication shares the same data in more of a node environment (often over long distances) and would be more suitable for load balancing. I'd go straight to technet for the overview http://technet.microsoft.com/en-us/library/ms151196.aspx |
|||
|
|