Transact-SQL Reference
MSmerge_subscriptions
The MSmerge_subscriptions table contains one row for each subscription serviced by the Merge Agent at the Subscriber. This table is stored in the distribution database.
Column name | Data type | Description |
---|---|---|
publisher_id | smallint | ID of the Publisher. |
publisher_db | sysname | Name of the Publisher database. |
publication_id | int | ID of the publication. |
subscriber_id | smallint | ID of the Subscriber. |
subscriber_db | sysname | Name of the subscription database. |
subscription_type | int | Type of subscription:
0 = Push |
sync_type | tinyint | Type of synchronization:
1 = Automatic |
status | tinyint | Status of the subscription. |
subscription_time | datetime | Time the subscription was added. |