sp_addmergealternatepublisher (języka Transact-SQL)
Dodaje zdolność abonenta używać partner alternatywny synchronizacji.Właściwości publikacja należy określić, że abonenci można synchronizować z innych wydawców.Ta procedura składowana jest wykonywany przez subskrybenta na baza danych subskrypcja.
Składnia
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.[ @ publikacja = '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.[ @ przyjazna_nazwa = '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.[ @ zarezerwowane = 'reserved"
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.
Wartości kodów powrotnych
0 (sukces) lub 1 (błąd)
Uwagi
sp_addmergealternatepublisher używane w replikacja scalająca.
Uprawnienia
Tylko członkowie sysadmin stała rola serwera lub db_owner ustaloną rola bazy danych można wykonać sp_addmergealternatepublisher.