Skip to content

CONNECTIONPOINT (Historical table)

CONNECTIONPOINT shows all valid connection points and their type. Transmission loss factors are available for all connection points in TRANSMISSIONLOSSFACTOR.

Package

HISTORICAL_TABLES

Table schema

Column Official MMS Datatype GR-MMS Datatype Comment
CONNECTIONPOINTID varchar(10) 🔑 varchar(10) 🔑 Connection Point Identifier
CONNECTIONPOINTNAME varchar(80) varchar(80) Connection point full description
CONNECTIONPOINTTYPE varchar(20) varchar(20) Connection point type. transmission, distribution, station, genunit, or interconnector
ADDRESS1 varchar(80) varchar(80) Connection point location
ADDRESS2 varchar(80) varchar(80) Connection point location
ADDRESS3 varchar(80) varchar(80) Connection point location
ADDRESS4 varchar(80) varchar(80) Not Used
CITY varchar(40) varchar(40) City
STATE varchar(10) varchar(10) State of Australia
POSTCODE varchar(10) varchar(10) Post Code
LASTCHANGED datetime(3) datetime2(0) Last date and time record changed

Official MMS data model indexes

Index name Index type Index columns (in order)
CONNECTIONPOINT_LCX nonclustered LASTCHANGED
CONNECTIONPOINT_PK clustered, unique, primary key CONNECTIONPOINTID

GR-MMS data model indexes

Index name Index type Index columns (in order)
IX_CONNECTIONPOINT_LASTCHANGED nonclustered LASTCHANGED
PK_CONNECTIONPOINT clustered, unique, primary key CONNECTIONPOINTID

Historical-MMS data model indexes

Index name Index type Index columns (in order)
CONNECTIONPOINT_LCX nonclustered LASTCHANGED
CONNECTIONPOINT_PK clustered, unique, primary key CONNECTIONPOINTID