sys.sp_article_validation
general #stored-procedure
Description
Initiates a data validation request for the specified article. This stored procedure is executed at the Publisher on the publication database and at the Subscriber on the subscription database.
Syntax
sp_article_validation
[ @publication = ]
N
'publication'
, [ @article = ]
N
'article'
[ , [ @rowcount_only = ] rowcount_only ]
[ , [ @full_or_fast = ] full_or_fast ]
[ , [ @shutdown_agent = ] shutdown_agent ]
[ , [ @subscription_level = ] subscription_level ]
[ , [ @reserved = ] reserved ]
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]