all groups > sql server replication > march 2005 >
You're in the

sql server replication

group:

Merge Replication Problem.


RE: Merge Replication Problem. Marco Broenink
3/14/2005 7:39:02 AM
sql server replication:
Replication uses GUIDs to identify rows.
The 'MSmerge_tombstone' table is used to store the GUIDs of all deleted items.
I guess you have re-used the GUID of a deleted item and tried to delete this
item.

When you create a new item, generate a new guid for it (use newid()).

Marco Broenink


[quoted text, click to view]
Merge Replication Problem. Microsoft
3/14/2005 5:34:41 PM
Hi, My friend,

I got a replication problem. the message is:

Cannot insert duplicate key row in object 'MSmerge_tombstone' with
unique index 'uc1MSmerge_tombstone'
The statement has been terminated.


Would anybody help me to solve this problem.


Regards
Jackson Chan

AddThis Social Bookmark Button