Changes the properties of the merge pull subscription.
sp_changemergepullsubscription [[@publication =] 'publication']
[,[@publisher =] 'publisher'] [,[@publisher_db =] 'publisher_db']
[,[@property =] 'property'] [,[@value =] 'value']
Value | Description |
---|---|
sync_type | Subscription synchronization type. |
priority | Can change only at the Publisher or Republisher. |
description | Description of this merge pull subscription. |
NULL (default) |
Value | Description |
---|---|
sync_type | Can be automatic or none. |
priority | Priority assigned. |
description | Description of the subscription. |
NULL (default) |
0 (success) or 1 (failure)
sp_changemergepullsubscription is used in merge replication.
The current server and current database are assumed to be the Subscriber and Subscriber database.
Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_changemergepullsubscription.
sp_addmergepullsubscription | sp_helpmergepullsubscription |
sp_dropmergepullsubscription | System Stored Procedures |