sys.sp_validatemergepublication

general
#stored-procedure

Description

Performs a publication-wide validation for which all subscriptions (push, pull, and anonymous) are validated once. This stored procedure is executed at the Publisher on the publication The type of validation to perform. , and can be one of the following values. Rowcount and checksum validation.

Syntax

sp_validatemergepublication
[ @publication = ]
N
'publication'
, [ @level = ] level
[ ; ]