Does a dummy update on the given row so that it will be sent again during the next merge.
sp_mergedummyupdate [@source_object =] 'source_object',
[@rowguid =] 'rowguid'
0 (success) or 1 (failure)
sp_mergedummyupdate is used in merge replication.
sp_mergedummyupdate is useful if you write your own alternative to the Replication Conflict Viewer (Wzcnflct.exe).
Only members of the db_owner fixed database role can execute sp_mergedummyupdate.
System Stored Procedures |