sys.sp_deletemergeconflictrow

general
#stored-procedure

Description

Deletes rows from a conflict table or the table. This stored procedure is executed at the computer where the conflict table is stored, in any database.

Syntax

sp_deletemergeconflictrow
[ [ @conflict_table = ]
N
'conflict_table'
]
[ , [ @source_object = ]
N
'source_object'
]
, [ @rowguid = ]
'rowguid'
, [ @origin_datasource = ]
'origin_datasource'
[ , [ @drop_table_if_empty = ]
'drop_table_if_empty'
]
[ ; ]