sys.sp_scriptsubconflicttable
general #stored-procedure
Description
Generates script for creating a conflict table on the Subscriber for a given queued subscription article. The script that is generated is executed at the Subscriber on the subscription database. This stored procedure is executed at the Publisher on the publication database.
Syntax
sp_scriptsubconflicttable
[ @publication = ]
N
'publication'
, [ @article = ]
N
'article'
[ , [ @alter = ] alter ]
[ , [ @usesqlclr = ] usesqlclr ]
[ ; ]