sys.sp_helpmergedeleteconflictrows
general #stored-procedure
Description
Returns information on data rows that lost delete conflicts. This stored procedure is executed at the Publisher on the publication database or at the Subscriber on the subscription database when decentralized conflict logging is used. specified, all conflicts qualified by the publication are returned.
Syntax
sp_helpmergedeleteconflictrows
[ [ @publication = ]
N
'publication'
]
[ , [ @source_object = ]
N
'source_object'
]
[ , [ @publisher = ]
N
'publisher'
]
[ , [ @publisher_db = ]
N
'publisher_db'
]
[ , [ @logical_record_conflicts = ] logical_record_conflicts ]
[ ; ]