COAUPDATEABBREVIATION (4.0SP17)

Contains the abbreviations and translations from the USPS for the AddressFinder process.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

ABBREVIATION

nvarchar(10)

false

''

The abbreviation from the USPS.

TRANSLATION

nvarchar(10)

false

''

The translation from the USPS.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_COAUPDATEABBREVIATION_DATEADDED

DATEADDED

False

False

True

IX_COAUPDATEABBREVIATION_DATECHANGED

DATECHANGED

False

False

False

PK_COAUPDATEABBREVIATION

ID

True

True

False

UC_COAUPDATEABBREVIATION_ABBREVIATION

ABBREVIATION

True

False

False

Triggers
Trigger Name Description

TR_COAUPDATEABBREVIATION_AUDIT_UPDATE

TR_COAUPDATEABBREVIATION_AUDIT_DELETE