sysmergesubscriptions
Contains one row for each known Subscriber and is a local table at the Publisher. This table is stored in the publication and subscription databases.
Column name | Data type | Description |
---|---|---|
subid | uniqueidentifier | Unique identification number for Subscription. |
partnerid | uniqueidentifier | ID of the partner to which it subscribes. |
datasource_type | int | Type of data source:
0 = Microsoft SQL Server. |
datasource_path | nvarchar(255) | If a Jet datasource, path to the .mdb file. |
srvid | int | Contains the sysservers.srvguid and, with db_name, allows for the subscription to be identified in the local server. |
db_name | sysname | Name of the subscribing database. |
pubid | uniqueidentifier | ID of the publication from which the current subscription was created. |
status | tinyint | Status of the subscription:
0 = Inactive. |
subscriber_type | int | Type of Subscriber:
1 = Global. |
subscription_type | int | Type of subscription:
0 = Push. |
priority | real | Specifies the subscription priority and allows the implementation of priority-based conflict resolution. 0.00 for all local or anonymous subscriptions. |
sync_type | tinyint | Type of synchronization:
1 = Automatic. |
description | nvarchar(255) | Brief description of the subscription. |
login_name | sysname | Name of the user who created the subscription. |
last_validated | datetime | Time of the last successful validation of Subscriber data. |
subscriber_server | sysname | ID of the server. Used to map the srvid field to the server-specific value when migrating a copy of the subscription database to a different server. |
use_interactive_resolver | bit | Specifies whether the interactive resolver is used during reconciliation. If 0, the interactive resolver is not used. |
publication | sysname | Name of the publication. |
distributor | sysname | Name of the computer hosting the Distribution Agent. |
validation_level | int | Type of validation to perform on the subscription. The validation level specified can be one of these values:
0 = No validation. |
resync_gen | int | Generation number that will be used for resynchronization of the subscription. A value of –1 indicates that the subscription is not marked for resynchronization. |
attempted_validate | datetime | Last datetime that validation was attempted on the subscription. |
last_sync_date | datetime | datetime of the synchronization. |
last_sync_status | int | Subscription status:
0 = All jobs are waiting to start. |
last_sync_summary | sysname | Description of last synchronization results. |