title
sysarticlecolumns (System View) (Transact-SQL) | Microsoft Docs
ms.custom
ms.date
03/03/2017
ms.prod
sql-server-2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
language-reference
applies_to
f1_keywords
sysarticlecolumns
sysarticlecolumns_TSQL
dev_langs
helpviewer_keywords
ms.assetid
a8dd8d13-c827-45c4-87ba-802725301382
caps.latest.revision
10
author
BYHAM
ms.author
rickbyh
manager
jhubbard
sysarticlecolumns (System View) (Transact-SQL)
[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md ]
The sysarticlecolumns view exposes additional information about columns in published articles. This view is stored in the distribution database.
Column name
Data type
Description
artid
int
Identifies an article.
colid
int
Identifies a column in an article.
is_udt
int
Indicates whether the column is a user-defined data type (UDT) column. A value of 1 indicates a UDT column.
is_xml
int
Is if the column is an xml column. A value of 1 indicates an xml column.
is_max
int
Is if the column is a Large Value data type column (varchar(max) , nvarchar(max) or varbinary(max) ). A value of 1 indicates a Large Value column.
sp_articlecolumn (Transact-SQL)
sysarticlecolumns (Transact-SQL)