sysmergearticlecolumns (Transact-SQL)
SQL Server 2012
The sysmergearticlecolumns table contains one row for each table column that is published in a merge publication, and maps each column to its merge article. This table is stored in the publication database.
|
Column name |
Data type |
Description |
|---|---|---|
|
artid |
int |
Identifies an article. |
|
colid |
smallint |
Identifies a column in an article. |