Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.46 KB

ihpublishertables-transact-sql.md

File metadata and controls

35 lines (30 loc) · 1.46 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
IHpublishertables (Transact-SQL)
IHpublishertables (Transact-SQL)
VanMSFT
vanto
03/03/2017
sql
replication
reference
IHpublishertables
IHpublishertables_TSQL
IHpublishertables system table
TSQL

IHpublishertables (Transact-SQL)

[!INCLUDE SQL Server]

The IHpublishertables system table represents metadata stored at the publisher. This table contains one row for each source table published from a non-SQL Server Publisher using the current Distributor. This table is stored in the distribution database.

Column name Data type Description
table_id int Identifies a published table.
publisher_id smallint Identifies the non-SQL Server Publisher from which the table is being published.
name sysname The name of the published table.
owner sysname The table owner.

See Also

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