Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2 KB

File metadata and controls

39 lines (33 loc) · 2 KB
title IHpublishercolumnindexes (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
IHpublishercolumnindexes
IHpublishercolumnindexes_TSQL
dev_langs
TSQL
helpviewer_keywords
IHpublishercolumnindexes system table
ms.assetid 95b95a1d-b502-4838-825f-82a456487e25
author stevestein
ms.author sstein

IHpublishercolumnindexes (Transact-SQL)

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

The IHpublishercolumnindexes system table maps columns of a non-SQL Server publication in the IHpublishercolumns system table to indexes in the IHpublisherindexes system table. This table is stored in the distribution database.

Definition

Column name Data type Description
publishercolumn_id int Identifies the column from IHpublishercolumns with an associated index.
publisherindex_id int Identifies an index from the IHpublisherindexes table associated with the column.
indid int Indicates position of the column in the published table.

See Also

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