Replication in SQL server – Part 4 || Peer to Peer Replication || Ms SQL



Replication in SQL server – Part 4 || Peer to Peer Replication || Ms SQL

Replication in SQL server - Part 4 || Peer to Peer Replication || Ms SQL

Peer to peer replication allows performing insert, update & delete against any node participating in the topology, so there may be chances of conflict if same data gets changes at different nodes at the same time.

Conflict detection was not available in SQL server 2005, it was introduced with SQL server 2008.

Part 1 : Introduction to Replication
https://youtu.be/t5A0MnDM5YY

Part 2 : Snapshot Replication
https://youtu.be/-T-yHABqJTI

Part 3 : Transactional Replication
https://youtu.be/BfsGrG3DfH0

How to take a Backup in SQL server
https://youtu.be/HOf7q2yF9g8

Restore database in SQL server
https://youtu.be/sKWYB8F9mYg

Comments are closed.