Hi,
I have to implement a P2P however not sure how to resolve conflicts if they occur.
As per BOL ,partitioning insert ,update and delete helps in resolving conflicts in P2P replication.
If simultaneous update/insert/delete is performed on same row at diffrent nodes conflict is going to occur.
Am i missing something.
Please advice.
Thanks