Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) (Computed) | ![]() |
dbo.[UFN_MKTCONSTITUENTFILEIMPORT_GETNAME]([ID]) | The name of the segmented house file to be imported. |
![]() |
nvarchar(255) | Default = '' | The original file name for the imported file. | |
![]() |
int | Default = 0 | Number of records imported. | |
![]() |
tinyint | Default = 0 | Status of the segmented house file import. | |
![]() |
nvarchar(25) (Computed) | ![]() |
CASE [STATUSCODE] WHEN 0 THEN N'Loading' WHEN 1 THEN N'Completed successfully' WHEN 2 THEN N'Completed with exceptions' WHEN 3 THEN N'Failed' END | Provides a translation for the 'STATUSCODE' field. |
![]() |
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 | MKTSEGMENTATION.ID | The marketing effort for the segmented house file | |
![]() |
uniqueidentifier | ![]() |
MKTLISTLAYOUT.ID | Foreign key to MKTLISTLAYOUT. The list layout used to import records for this segment. |
![]() |
uniqueidentifier | ![]() |
MKTCONSTITUENTFILECATEGORYCODE.ID | Category for a segmented house file |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
RECORDTYPE.ID | The record type of the IDs in the segmented house file. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
CATEGORYCODEID | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
LISTLAYOUTID | |||
![]() |
RECORDTYPEID | |||
![]() |
SEGMENTATIONID | |||
![]() |
ID | ![]() |
![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
PARAMETERSETID |
![]() |
PARAMETERSETID |