Aracılığıyla paylaş


sp_dropmergealternatepublisher (Transact-SQL)

Başka bir Yayımcı bir birleştirme kaldırır yayın.Bu saklı yordam, abonelik veritabanı abonelik sırasında yürütülür.

Topic link iconTransact-SQL sözdizimi kuralları

sp_dropmergealaternatepublisher [ @publisher = ] 'publisher'    , [ @publisher_db = ] 'publisher_db'    , [ @publication = ] 'publication'    , [ @alternate_publisher = ] 'alternate_publisher'    , [ @alternate_publisher_db = ] 'alternate_publisher_db'    , [ @alternate_publication = ] 'alternate_publication'

Bağımsız değişkenler

  • [ @publisher=] 'publisher'
    Is the name of the current Publisher.publisheris sysname, with no default.

  • [ @publisher_db=] 'publisher_db'
    Is the name of the current publication database.publisher_dbis 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_publisheris 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_dbis sysname, with no default.

  • [ @alternate_publication=] 'alternate_publication'
    Is the name of the publication to drop as the alternate synchronization partner publication.alternate_publicationis sysname, with no default.

Dönüş Kodu Değerleri

0 (başarılı) veya 1 (hata)

Remarks

sp_dropmergealternatepublisher birleştirme çoğaltmasında kullanılır.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü için yürütmek sp_dropmergelternatepublisher.