sp_dropmergealternatepublisher (Transact-SQL)
Removes an alternate Publisher from a merge publication. This stored procedure is executed at the Subscriber on the subscription database.
Transact-SQL Syntax Conventions
- [ @publisher=] 'publisher'
-
Is the name of the current Publisher. publisher is sysname, with no default.
- [ @publisher_db=] 'publisher_db'
-
Is the name of the current publication database. publisher_db is sysname, with no default.
- [ @publication =] 'publication'
-
Is the name of the current publication. publication is sysname, with no default.
- [ @alternate_publisher=] 'alternate_publisher'
-
Is the name of the alternate Publisher to drop as the alternate synchronization partner. alternate_publisher is sysname, with no default.
- [ @alternate_publisher_db=] 'alternate_publisher_db'
-
Is the name of the publication database to drop as the alternate synchronization partner publication database. alternate_publisher_db is sysname, with no default.
- [ @alternate_publication=] 'alternate_publication'
-
Is the name of the publication to drop as the alternate synchronization partner publication. alternate_publication is sysname, with no default.