--- title: "IHpublisherindexes (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: - "IHpublisherindexes" - "IHpublisherindexes_TSQL" dev_langs: - "TSQL" helpviewer_keywords: - "IHpublisherindexes system table" ms.assetid: 6008ef89-eeb9-46dc-93a2-f7623298cf0f author: stevestein ms.author: sstein --- # IHpublisherindexes (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] The **IHpublisherindexes** system table contains one row for each index replicated from non-SQL Server Publishers using the current Distributor. This table is stored in the distribution database. |Column name|Data type|Description| |-----------------|---------------|-----------------| |**publisherindex_id**|**int**|Identifies a published index.| |**table_id**|**int**|Identifies the table from [IHpublishertables](../../relational-databases/system-tables/ihpublishertables-transact-sql.md) to which the index belongs.| |**publisher_id**|**smallint**|Identifies the non-SQL Server Publisher from which the index is being published.| |**name**|**sysname**|The name of the published index.| |**type**|**nvarchar(255)**|A supported index type from the [IHindextypes](../../relational-databases/system-tables/ihindextypes-transact-sql.md) system table.| ## See Also [Heterogeneous Database Replication](../../relational-databases/replication/non-sql/heterogeneous-database-replication.md) [Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md) [Replication Views (Transact-SQL)](../../relational-databases/system-views/replication-views-transact-sql.md)