(On SQL server 2012) I have to set up peer to peer replication on A/A cluster node(production to development and development to production ). Now the question is if data is coming from application server and inserting/updating a row on production. it will
mirror automatically on development too. but at that same time while doing this if both table is same on both server and which has a primary key then it will be conflict insert-insert or update-update or insert-update conflict. So, i want some automatic solution
for this. can please someone guide to solve this conflict?
↧