Udostępnij za pośrednictwem


sp_addmergealternatepublisher (języka Transact-SQL)

Dodaje możliwość wykonywania subskrybentom za pomocą partner alternatywne synchronizacji.Właściwości publikacja należy określić, czy subskrybenci mogą synchronizować z innych wydawców.Ta procedura przechowywana jest wykonywany przez subskrybent do baza danych subskrypcja.

Topic link iconKonwencje składni języka Transact-SQL

sp_addmergealternatepublisher [ @publisher= ] 'publisher'
          , [ @publisher_db= ] 'publisher_db'
          , [ @publication= ] 'publication'
          , [ @alternate_publisher= ] 'alternate_synchronization_partner'
          , [ @alternate_publisher_db= ] 'alternate_publisher_db'
          , [ @alternate_publication= ] 'alternate_synchronization_partner'
     , [ @alternate_distributor= ] 'alternate_distributor' 
    [ , [ @friendly_name= ] 'friendly_name' ] 
    [ , [ @reserved= ] 'reserved' ]

Argumenty

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

  • [ @publisher_db=] 'publisher_db'
    Is the name of the publication database.publisher_db is sysname, with no default.

  • [ @publication=] 'publication'
    Is the name of the publication.publication is sysname, with no default.

  • [ @alternate_publisher=] 'alternate_synchronization_partner'
    Is the name of the alternate Publisher.alternate_synchronization_partner is sysname, with no default.

  • [ @alternate_publisher_db=] 'alternate_publisher_db'
    Is the name of the publication database on the alternate publisher.alternate_publisher_db is sysname, with no default.

  • [ @alternate_publication=] 'alternate_synchronization_partner'
    Is the name of the publication on the alternate synchronization partner.alternate_synchronization_partner is sysname, with no default.

  • [ @alternate_distributor=] 'alternate_distributor'
    Is the name of the Distributor for the alternate synchronization partner.alternate_distributor is sysname, with no default.

  • [ @friendly_name=] 'friendly_name'
    Is a display name by which the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner can be identified.friendly_name is nvarchar(255), with a default of NULL.

  • [ @reserved=] 'reserved'
    Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Wartości kodów powrotnych

0 (sukces) lub 1 (brak)

Remarks

sp_addmergealternatepublisher jest używany w replikacja łączenia.

Uprawnienia

Tylko członkowie sysadmin Rola serwera lub db_owner stała rola bazy danych mogą być wykonać sp_addmergealternatepublisher.