sp_dropmergealternatepublisher (Transact-SQL)
SQL Server 2012
Removes an alternate Publisher from a merge publication. This stored procedure is executed at the Subscriber on the subscription database.
Removes an alternate Publisher from a merge publication. This stored procedure is executed at the Subscriber on the subscription database.
Is the name of the current Publisher. publisheris sysname, with no default.
Is the name of the current publication database. publisher_dbis sysname, with no default.
Is the name of the current publication. publication is sysname, with no default.
Is the name of the alternate Publisher to drop as the alternate synchronization partner. alternate_publisheris sysname, with no default.
Is the name of the publication database to drop as the alternate synchronization partner publication database. alternate_publisher_dbis sysname, with no default.
Is the name of the publication to drop as the alternate synchronization partner publication. alternate_publicationis sysname, with no default.
