sys.sp_marksubscriptionvalidation

general
#stored-procedure

Description

Marks the current open transaction to be a subscription-level validation transaction for the specified subscriber. This stored procedure is executed at the Publisher on the publication The name of the destination database.

Syntax

sp_marksubscriptionvalidation
[ @publication = ]
N
'publication'
, [ @subscriber = ]
N
'subscriber'
, [ @destination_db = ]
N
'destination_db'
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]