Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.83 KB

ihpublishercolumnindexes-transact-sql.md

File metadata and controls

36 lines (30 loc) · 1.83 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
IHpublishercolumnindexes (Transact-SQL)
IHpublishercolumnindexes (Transact-SQL)
VanMSFT
vanto
03/06/2017
sql
replication
reference
IHpublishercolumnindexes
IHpublishercolumnindexes_TSQL
IHpublishercolumnindexes system table
TSQL

IHpublishercolumnindexes (Transact-SQL)

[!INCLUDE SQL Server]

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)