Muokkaa

Jaa


sp_generatefilters (Transact-SQL)

Applies to: SQL Server

Creates filters on foreign key tables when a specified table is replicated. This stored procedure is executed at the Publisher on the publication database.

Transact-SQL syntax conventions

Syntax

sp_generatefilters [ @publication = ] N'publication'
[ ; ]

Arguments

[ @publication = ] N'publication'

The name of the publication to be filtered. @publication is sysname, with no default.

Return code values

0 (success) or 1 (failure).

Remarks

sp_generatefilters is used in merge replication.

Permissions

Only members of the sysadmin fixed server role or the db_owner fixed database role can execute sp_generatefilters.