Skip to content

PASACASESOLUTION (Historical table)

PASACASESOLUTION sets out ST PASA case listing providing details of each STPASA case run.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CASEID varchar(20) 🔑 varchar(20) 🔑 PASA Case Identifier
SOLUTIONCOMPLETE numeric(16, 6) numeric(16, 6) Not used
PASAVERSION numeric(27, 10) numeric(27, 10) Software version identifier
EXCESSGENERATION numeric(16, 6) numeric(16, 6) Excess generation detected flag
DEFICITCAPACITY numeric(16, 6) numeric(16, 6) Deficit capacity detected flag
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed
DATETIME datetime(3) datetime2(0) Scheduled date and time of the run

Official MMS data model indexes

Index name Index type Index columns (in order)
PASACASESOLUTION_LCX nonclustered LASTCHANGED
PASACASESOLUTION_PK clustered, unique, primary key CASEID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_PASACASESOLUTION_LASTCHANGED nonclustered LASTCHANGED
PK_PASACASESOLUTION clustered, unique, primary key CASEID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PASACASESOLUTION_LCX nonclustered LASTCHANGED
PASACASESOLUTION_PK clustered, unique, primary key CASEID