Skip to content

PREDISPATCHSCENARIODEMANDTRK

Tracks the predispatch scenario offset updates across time.

Package

PRE_DISPATCH

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 date 🔑 The effective date of this set of scenarios
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 The version of this set of scenarios
AUTHORISEDBY varchar(15) varchar(15) The user that authorised the scenario update
AUTHORISEDDATE datetime(3) datetime2(0) The datetime that the scenario update was authorised
LASTCHANGED datetime(3) datetime2(0) The datetime that the record was last changed

Official MMS data model indexes

Index name Index type Index columns (in order)
PREDISPATCHSCENARIODMNDTRK_LCX nonclustered LASTCHANGED
PREDISPATCHSCENARIODMNDTRK_PK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_PREDISPATCHSCENARIODEMANDTRK_LASTCHANGED nonclustered LASTCHANGED
PK_PREDISPATCHSCENARIODEMANDTRK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_PREDISPATCHSCENARIODEMANDTRK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO
PREDISPATCHSCENARIODMNDTRK_LCX nonclustered LASTCHANGED