sys.sp_dropmergefilter

general
#stored-procedure

Description

drops all the merge filter columns defined on the merge filter that is to be dropped. This stored procedure is executed at the Publisher on the The name of the filter to be dropped.

Syntax

sp_dropmergefilter
[ @publication = ]
N
'publication'
, [ @article = ]
N
'article'
, [ @filtername = ]
N
'filtername'
[ , [ @force_invalidate_snapshot = ] force_invalidate_snapshot ]
[ , [ @force_reinit_subscription = ] force_reinit_subscription ]
[ ; ]