2.15 NC_HotFix Table

The NC_HotFix table contains inventory data about hot fixes (patches).

Column

Key

Type

Null

Description

ComponentOID

PK, FK

binary(16)

No

An internal ID number used as a primary key.

RegistryKey

nvarchar(256)

The registry key used to identify the hot fix.

Description

nvarchar(128)

The description of the hot fix.

DateInstalled

nvarchar(20)

The date the hot fix was installed.

NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_Component table.