Skip to content

SPDINTERCONNECTORCONSTRAINT

SPDINTERCONNECTORCONSTRAINT contains details on the interconnector constraint factors used in dispatch, predispatch and STPASA. The details set a LHS value.

Package

GENERIC_CONSTRAINT

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
INTERCONNECTORID varchar(10) 🔑 varchar(10) 🔑 Interconnector Identifier
EFFECTIVEDATE datetime(3) 🔑 date 🔑 Effective date of this record
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version no of this record for the effective date
GENCONID varchar(20) 🔑 varchar(20) 🔑 Generic Constraint Identifier
FACTOR numeric(16, 6) numeric(9, 6) (not nullable) Constraint factor
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
SPDINTERCONNECTORCONSTRAI_LCX nonclustered LASTCHANGED
SPDINTERCONNECTORCONSTRAINT_PK clustered, unique, primary key GENCONID, EFFECTIVEDATE, VERSIONNO, INTERCONNECTORID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_SPDINTERCONNECTORCONSTRAINT_INTERCONNECTORID nonclustered INTERCONNECTORID
PK_SPDINTERCONNECTORCONSTRAINT clustered, unique, primary key GENCONID, EFFECTIVEDATE, VERSIONNO, INTERCONNECTORID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
SPDINTERCONNECTORCONSTRAINT_PK clustered, unique, primary key GENCONID, EFFECTIVEDATE, VERSIONNO, INTERCONNECTORID