Changes a merge push or pull subscription.
sp_changemergesubscription [[@publication =] 'publication']
[,[@subscriber =] 'subscriber' [,[@subscriber_db =] 'subscriber_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 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_changemergesubscription is used in merge replication.
Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_changemergesubscription.
sp_addmergesubscription | sp_helpmergesubscription |
sp_dropmergesubscription | System Stored Procedures |