Skip to content

Latest commit

 

History

History
48 lines (43 loc) · 1.87 KB

File metadata and controls

48 lines (43 loc) · 1.87 KB
title sysarticlecolumns (System View) (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql
ms.prod_service database-engine
ms.service
ms.component system-views
ms.reviewer
ms.suite sql
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 view
ms.assetid a8dd8d13-c827-45c4-87ba-802725301382
caps.latest.revision 10
author stevestein
ms.author sstein
manager craigg
ms.workload Inactive

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.

See Also

sp_articlecolumn (Transact-SQL)
sysarticlecolumns (Transact-SQL)