Skip to content

SSM_ENABLEMENT_PERIOD

SSM Contract Enablement Periods.

Package

SYSTEM_SECURITY_MANAGEMENT

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
INSTRUCTION_ID varchar(20) 🔑 varchar(20) 🔑 Unique Instruction Identifier
DUID varchar(20) 🔑 varchar(10) 🔑 Dispatchable Unit Identifier
ENABLEMENT_START_INTERVAL datetime(3) 🔑 datetime2(0) 🔑 The first Dispatch Interval the unit is enabled for SSM Services.
ENABLEMENT_END_INTERVAL datetime(3) datetime2(0) The last Dispatch Interval the unit is enabled for SSM Services.
ENABLEMENT_REASON varchar(40) varchar(40) Reason for the enablement.
LASTCHANGED datetime(3) datetime2(0) Last time record was changed.

Official MMS data model indexes

Index name Index type Index columns (in order)
SSM_ENABLEMENT_PERIOD_PK clustered, unique, primary key INSTRUCTION_ID, DUID, ENABLEMENT_START_INTERVAL

GR-MMS data model indexes

Index name Index type Index columns (in order)
PK_SSM_ENABLEMENT_PERIOD clustered, unique, primary key INSTRUCTION_ID, DUID, ENABLEMENT_START_INTERVAL

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_SSM_ENABLEMENT_PERIOD clustered, unique, primary key INSTRUCTION_ID, DUID, ENABLEMENT_START_INTERVAL