MSmerge_altsyncpartners (Transact-SQL)
SQL Server 2005
The MSmerge_altsyncpartners table tracks the association of who the current synchronization partners are for a Publisher. This table is stored in the publication and subscription databases.
| Column name | Data type | Description |
|---|---|---|
|
subid |
uniqueidentifier |
The identifier for the original Publisher. |
|
alternate_subid |
uniqueidentifier |
The identifier for the Subscriber who is the alternate synchronization partner. |
|
description |
nvarchar(255) |
The description of the alternate synchronization partner. |
Reference
Mapping SQL Server 2000 System Tables to SQL Server 2005 System ViewsOther Resources
Integration Services TablesBackup and Restore Tables
Log Shipping Tables
