Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 1.83 KB

File metadata and controls

44 lines (39 loc) · 1.83 KB
title sysarticlecolumns (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/04/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
replication
ms.tgt_pltfrm
ms.topic language-reference
applies_to
SQL Server
f1_keywords
sysarticlecolumns
sysarticlecolumns_TSQL
dev_langs
TSQL
helpviewer_keywords
sysarticlecolumns system table
ms.assetid 55918592-e05d-43b6-843b-7e4d82fa6275
caps.latest.revision 26
author BYHAM
ms.author rickbyh
manager jhubbard

sysarticlecolumns (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

The sysarticlecolumns table contains one row for each table column that is published in a snapshot or transactional publication, and maps each column to its 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.
is_udt bit Indicates whether the column is a user-defined data type (UDT) column. A value of 1 indicates a UDT column.
is_xml bit Indicates whether the column is an xml column. A value of 1 indicates an xml column.
is_max bit Indicates whether the column is a Large Value data type column, varchar(max), nvarchar(max), and varbinary(max). A value of 1 indicates a Large Value column.

See Also

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