sp_addmergepartition (Transact-SQL)
Tworzy partycję dynamicznie filtrowane subskrypcja, które jest filtrowane według wartości HOST_NAME or SUSER_SNAME przez subskrybent.Ta procedura przechowywana jest wykonywany przez wydawcę z bazy danych jest opublikowane i jest używany do generowania ręcznie partycji.
sp_addmergepartition [ @publication = ] 'publication'
, [ @suser_sname = ] 'suser_sname'
, [ @host_name = ] 'host_name'
Argumenty
[ @ publikacja= ] "publication'
Is the merge publication on which the partition is being created.publication is sysname, with no default.Jeśli suser_sname jest określony, wartość hostname musi mieć wartość NULL.[ @ suser_sname= ] "suser_sname'
Is the value used when creating the partition for a subscription that is filtered by the value of the SUSER_SNAME function at the Subscriber.suser_sname is sysname, with no default.[ @ host_name= ] "host_name'
Is the value used when creating the partition for a subscription that is filtered by the value of the HOST_NAME function at the Subscriber.host_name is sysname, with no default.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_addmergepartition jest używane w korespondencji seryjnej replikacja.
Uprawnienia
Tylko członkowie sysadmin stała rola serwera or db_owner stała rola bazy danych może być wykonywany sp_addmergepartition.