Skip to content

CONNECTIONPOINTOPERATINGSTA (Historical table)

CONNECTIONPOINTOPERATINGSTA shows whether a connection point is active or not.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
EFFECTIVEDATE datetime(3) 🔑 datetime2(0) 🔑 Effective date of record
VERSIONNO numeric(3, 0) 🔑 smallint 🔑 -
CONNECTIONPOINTID varchar(10) 🔑 varchar(10) 🔑 Connection point identifier
OPERATINGSTATUS varchar(16) varchar(16) Active or inactive indicator
AUTHORISEDDATE datetime(3) datetime2(0) Date record authorised
AUTHORISEDBY varchar(15) varchar(15) User authorising record
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
CONNECTIONPOINTOPERA_NDX2 nonclustered CONNECTIONPOINTID
CONNECTIONPOINTOPERATINGS_LCX nonclustered LASTCHANGED
CPOPSTATUS_PK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO, CONNECTIONPOINTID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_CONNECTIONPOINTOPERATINGSTA_CONNECTIONPOINTID nonclustered CONNECTIONPOINTID
IX_CONNECTIONPOINTOPERATINGSTA_LASTCHANGED nonclustered LASTCHANGED
PK_CONNECTIONPOINTOPERATINGSTA clustered, unique, primary key EFFECTIVEDATE, VERSIONNO, CONNECTIONPOINTID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
CONNECTIONPOINTOPERA_NDX2 nonclustered CONNECTIONPOINTID
CONNECTIONPOINTOPERATINGS_LCX nonclustered LASTCHANGED
CPOPSTATUS_PK clustered, unique, primary key EFFECTIVEDATE, VERSIONNO, CONNECTIONPOINTID