HI,
If merge replication creation happen on empty subscription database then no issues. However on subscription which has data, even though its same as publisher, it gives primary column conflict.
My Findings:
1. If replication created on empty subscription database, Rowguid column has same value. Runs successfully.
2. If replication created on subscription database which has data, Replication gives primary column conflict.
For the second scenario we need to explicit create rowguid column which internally creates its guid values.
I need help on second scenario, which is quite possible to delete and recreate replication in production and need solution for same.
Thanks in advance.