conflict merge replication
Hi,
When merge replication is sync. two database in a minutes or manually sync. in consistently within a minute, while executing store procedure on updating a data(data existed in both server A and server B) on a single table. Eventually this will create a conflict of primary keys, where data in server which was updated , remove and reinsert in server A will conflict on primary keys with same data that previously existed in server B.
Anyone hit the same situation before?
Thanks

