Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.32 KB

File metadata and controls

35 lines (30 loc) · 1.32 KB
title sysmergearticlecolumns (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology replication
ms.topic language-reference
f1_keywords
sysmergearticlecolumns
sysmergearticlecolumns_TSQL
dev_langs
TSQL
helpviewer_keywords
sysmergearticlecolumns system table
ms.assetid 1ad8663f-a624-42a2-8641-fefac3433c97
author stevestein
ms.author sstein

sysmergearticlecolumns (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

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.

See Also

Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)