MSsync_states (Transact-SQL)
SQL Server 2005
The MSsync_states table tracks which publication is still in concurrent snapshot mode. This table is stored in the distribution database.
| Column name | Data type | Description |
|---|---|---|
|
publisher_id |
smallint |
The ID of the publisher. |
|
publisher_db |
sysname |
The Name of the publication database. |
|
publication_id |
int |
The ID of the publication. |
Reference
Mapping SQL Server 2000 System Tables to SQL Server 2005 System ViewsOther Resources
Integration Services TablesBackup and Restore Tables
Log Shipping Tables