Skip to content

STATIONOPERATINGSTATUS

STATIONOPERATINGSTATUS sets out the operating status of each station.

Package

PARTICIPANT_REGISTRATION

Visibility

Public

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 date 🔑 Effective date of this record
STATIONID varchar(10) 🔑 varchar(10) 🔑 Unique station identifier
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 Version no of record within the effective date
STATUS varchar(20) varchar(20) The operating status of this station, valid values are COMMISSIONED and DECOMMISSIONED
AUTHORISEDBY varchar(15) varchar(15) User authorising record
AUTHORISEDDATE datetime(3) datetime2(0) Date record authorised
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
STATIONOPERATINGSTATUS_LCX nonclustered LASTCHANGED
STATIONOPERATINGSTATUS_PK clustered, unique, primary key EFFECTIVEDATE, STATIONID, VERSIONNO

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_STATIONOPERATINGSTATUS_LASTCHANGED nonclustered LASTCHANGED
PK_STATIONOPERATINGSTATUS clustered, unique, primary key EFFECTIVEDATE, STATIONID, VERSIONNO

Historical-MMS data model indexes

Index name Index type Index columns (in order)
PK_STATIONOPERATINGSTATUS clustered, unique, primary key EFFECTIVEDATE, STATIONID, VERSIONNO
STATIONOPERATINGSTATUS_LCX nonclustered LASTCHANGED