SoftwareLicensePoints Table

The SoftwareLicensePoints table holds the criteria for points-based licenses.

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 SoftwareLicensePoints table

Database Column

Details

SoftwareLicensePointsID

Type: integer. Key. Generated ID

A unique identifier for a software license criterion.

SoftwareLicenseID

Type: integer. Key

The license to which this information applies. Foreign key to the SoftwareLicense table.

ProcessorType

Type: text (max 256 characters). Key

The type of processor a computer must have for this criterion to apply, such as “AMD” or “Intel”.

ComputerModelNo

Type: text (max 128 characters). Key

The model number a computer must have for this criterion to apply, such as “IBM PS701” or “IBM JS12”.

MinCores

Type: integer. Key

The minimum number of processor cores a computer must have for this criterion to apply.

MaxCores

Type: integer. Key

The maximum number of processor cores a computer must have for this criterion to apply.

MinProcessors

Type: integer. Key

The minimum number of processors a computer must have for this criterion to apply.

MaxProcessors

Type: integer. Key

The maximum number of processors a computer must have for this criterion to apply.

MinSockets

Type: integer. Key

The minimum number of processor sockets a computer must have for this criterion to apply.

MaxSockets

Type: integer. Key

The maximum number of processor sockets a computer must have for this criterion to apply.

MinCoresPerSocket

Type: integer. Key

The minimum number of processor cores per socket a computer must have for this criterion to apply.

MaxCoresPerSocket

Type: integer. Key

The maximum number of processor cores per socket a computer must have for this criterion to apply.

Points

Type: decimal

The points value per core or processor.