sys.sp_helpmergefilter
general #stored-procedure
Description
Returns information about merge filters. This stored procedure is executed at the Publisher on , which returns the names of all The name of the filter about which to return information.
Syntax
sp_helpmergefilter
[ @publication = ]
N
'publication'
[ , [ @article = ]
N
'article'
]
[ , [ @filtername = ]
N
'filtername'
]
[ , [ @filter_type_bm = ] filter_type_bm ]
[ ; ]