You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IHpublisherconstraints system table contains one row for each constraint replicated from non-SQL Server Publishers using the current Distributor. This table is stored in the distribution database.
Column name
Data type
Description
publisherconstraint_id
int
Identifies a published constraint.
table_id
int
Identifies the table from IHpublishertables to which the constraint belongs.
publisher_id
smallint
Identifies the non-SQL Server Publisher from which the column is being published.
Name
Sysname
The name of the published constraint.
Type
nvarchar(255)
A supported constraint type from the IHconstrainttypes system table.