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
• Replication in SQL server - Part 1 ||...
Part 2 : Snapshot Replication
• Replication in SQL server - Part 2 ||...
Part 3 : Transactional Replication
• Replication in SQL server - Part 3 ||...
How to take a Backup in SQL server
• Full Backup in SQL server || Append &...
Restore database in SQL server
• How to Restore a Database in SQL Serv...