Returns information about the pull subscription.
sp_helpmergepullsubscription [[@publication =] 'publication']
[,[@publisher =] 'publisher'] [,[@publisher_db =] 'publisher_db']
[,[@subscription_type =] 'subscription_type']
| Column name | Data type | Description |
|---|---|---|
| publication | sysname | Name of the publication |
| publisher | sysname | Name of the Publisher |
| publisher_db | sysname | Name of the Publisher database |
| subscriber | sysname | Name of the Subscriber |
| subscription _db | sysname | Name of the subscription database |
| status | int | Subscription status |
| subscriber_type | int | Type of Subscriber: 1 = Global 2 = Local 3 = Anonymous |
| subscription_type | int | Type of subscription: 0 = Push 1 = Pull 2 = Anonymous |
| priority | float(8) | Subscription priority. The value must be less than 100.00. |
| sync_type | tinyint | Subscription sync type: 1 = Automatic 2 = Nosync |
| description | nvarchar(255) | Brief description of this pull subscription |
| merge_jobid | binary(16) | Job ID of the Merge Agent |
| enabled_for_synmgr | int | Whether the subscription can be synchronized through the Microsoft Synchronization Manager. |
Note that the result set is identical to that of sp_helpmergesubscription.
sp_helpmergepullsubscription is used in merge replication.
Execute permissions default to the public role.
| sp_addmergepullsubscription | sp_dropmergepullsubscription |
| sp_changemergepullsubscription | System Stored Procedures |