TemporalInstalledSoftwareSCD Table

TemporalInstalledSoftwareSCD is a table listing history of all the installations of an application (as defined in the SoftwareTitle table).

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for TemporalInstalledSoftwareSCD table

Database Column

Details

ComplianceComputerID

Type: integer. Key

The computer on which the software is installed. Foreign key to the ComplianceComputer table.

SoftwareTitleID

Type: integer. Key

The software that is installed. Foreign key to the SoftwareTitle table.

ValidFrom

Type: datetime. Key

Date from which these properties became valid.

ValidTo

Type: datetime. Key

Date these properties were valid to, or 9999-12-31T23:59:59.997 if they are currently valid.

SoftwareLicenseID

Type: integer. Key. Nullable

LicenseID of license to which this installation has been assigned.