ADDRESSVALIDATIONUPDATE (4.0SP17)

Stores address validation and update information for each address record.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

COUNTYCODEID

uniqueidentifier

true

FK to COUNTYCODE

CONGRESSIONALDISTRICTCODEID

uniqueidentifier

true

FK to CONGRESSIONALDISTRICTCODE

STATEHOUSEDISTRICTCODEID

uniqueidentifier

true

FK to STATEHOUSEDISTRICTCODE

STATESENATEDISTRICTCODEID

uniqueidentifier

true

FK to STATESENATEDISTRICTCODE

LOCALPRECINCTCODEID

uniqueidentifier

true

FK to LOCALPRECINCTCODE

INFOSOURCECODEID

uniqueidentifier

true

FK to INFOSOURCECODE

REGIONCODEID

uniqueidentifier

true

FK to REGIONCODE

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NCOALASTSUBMITDATE

datetime

true

Contains the last date that this address was submitted to NCOA.

NCOARETURNCODE

tinyint

false

0

Contains the NCOA return code.

NCOAFOOTNOTECODE

tinyint

false

0

Contains the footnote returned by NCOA.

NCOADPVFOOTNOTECODE

tinyint

false

0

Contains the DPV footnote returned by NCOA.

NCOAMOVEDATE

UDT_FUZZYDATE

false

'00000000'

Contains the move date returned by NCOA.

NCOADMASUPPRESSION

bit

false

0

Contains the DMA suppression returned by NCOA. The DMA suppression flag notifies a mailer that the input record is a consumer who has indicated that they do not prefer to receive advertising mail at home

NCOAMAILGRADECODE

tinyint

false

0

Contains the mail grade code returned by NCOA.

OMITFROMVALIDATION

bit

false

0

Indicates this address should be omitted from validation.

LASTVALIDATIONATTEMPTDATE

datetime

true

Contains the date that this address was last validated.

VALIDATIONMESSAGE

nvarchar(200)

false

''

Stores the validation message.

CERTIFICATIONDATA

int

false

0

Contains the certification data which shows with which release of the Postal Datafiles this address was last validated.

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.

NCOARETURN

nvarchar(72) (Computed)

true

Provides a translation for the 'NCOARETURNCODE' field.

NCOAFOOTNOTE

nvarchar(69) (Computed)

true

Provides a translation for the 'NCOAFOOTNOTECODE' field.

NCOADPVFOOTNOTE

nvarchar(145) (Computed)

true

Provides a translation for the 'NCOADPVFOOTNOTECODE' field.

NCOAMAILGRADE

nvarchar(44) (Computed)

true

Provides a translation for the 'NCOAMAILGRADECODE' field.

INFOSOURCECOMMENTS

nvarchar(256)

false

''

Contains additional comments about the information source.

ORIGINCODE

tinyint

false

0

Defines where the address originated.

ORIGIN

nvarchar(9) (Computed)

true

Provides a translation for the 'ORIGINCODE' field.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_ADDRESSVALIDATIONUPDATE_DATEADDED

DATEADDED

False

False

True

IX_ADDRESSVALIDATIONUPDATE_DATECHANGED

DATECHANGED

False

False

False

PK_ADDRESSVALIDATIONUPDATE

ID

True

True

False

Triggers
Trigger Name Description

TR_ADDRESSVALIDATIONUPDATE_T2BDELETE

TR_ADDRESSVALIDATIONUPDATE_T2BINSERTUPDATE

TR_ADDRESSVALIDATIONUPDATE_AUDIT_UPDATE

TR_ADDRESSVALIDATIONUPDATE_AUDIT_DELETE