Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(150) | Default = '' | Name to be used if there is no site. | |
![]() |
nvarchar(250) | Default = '' | The description of the address validation process. | |
![]() |
datetime | ![]() |
Stores the date of the last time one of the steps was run. | |
![]() |
tinyint | Default = 0 | Tracks the most current state of the change of update process. | |
![]() |
nvarchar(25) (Computed) | ![]() |
CASE [STEPCODE] WHEN 0 THEN N'Last run on:' WHEN 1 THEN N'Created and processed on:' WHEN 2 THEN N'Committed on:' END | Provides a translation for the 'STEPCODE' field. |
![]() |
bit | Default = 0 | Indicates whether or not the validation process has finished. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ![]() |
SITE.ID | Foreign key for site table. |
![]() |
uniqueidentifier | DATATUNEUP.ID | Foreign key to the data tune-up table. | |
![]() |
uniqueidentifier | ![]() |
BATCH.ID | The batch instance into which the data will be imported. |
![]() |
uniqueidentifier | ![]() |
APPUSER.ID | Represents the user who will be the owner of the batch once it is created by the import process. |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
SITEID | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
ADDRESSVALIDATIONID |
![]() |
ADDRESSVALIDATIONID |