CONFIDENCERATINGINSTALLEDPRODUCT (4.0SP17)

Stores lists of installed products for Confidence Ratings.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CONFIDENCERATINGID

uniqueidentifier

false

FK to CONFIDENCERATING

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

INSTALLEDPRODUCTID

uniqueidentifier

false

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_CONFIDENCERATINGINSTALLEDPRODUCT_CONFIDENCERATINGID_INSTALLEDPRODUCTID

CONFIDENCERATINGID

INSTALLEDPRODUCTID

False

False

False

IX_CONFIDENCERATINGINSTALLEDPRODUCT_DATEADDED

DATEADDED

False

False

True

IX_CONFIDENCERATINGINSTALLEDPRODUCT_DATECHANGED

DATECHANGED

False

False

False

PK_CONFIDENCERATINGINSTALLEDPRODUCT

ID

True

True

False

Triggers
Trigger Name Description

TR_CONFIDENCERATINGINSTALLEDPRODUCT_AUDIT_UPDATE

TR_CONFIDENCERATINGINSTALLEDPRODUCT_AUDIT_DELETE