MKTUPDATEMAILINGCOUNTSPROCESS
Stores information pertaining to a remove member parameter set.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
FILENAME |
nvarchar(250) |
|
Default = '' |
The name of the file used to remove members. |
SELECTIONNAME |
nvarchar(250) |
|
Default = '' |
The name for the selection of members to be removed. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
HASSELECTION |
bit |
|
Default = 0 |
The remove members process has a selection associated with it. |
OVERWRITE |
bit |
|
Default = 0 |
The remove members process has a selection associated with it that will overwrite an existing selection. |
NAME |
nvarchar(100) (Computed) |
yes |
dbo.[UFN_MKTSEGMENTATION_GETNAME]([SEGMENTATIONID]) |
The marketing effort name to be used as the parameter set name. |
FIRSTROWCONTAINSFIELDNAMES |
bit |
|
Default = 0 |
Determines if the first row of the file contains fields names. |
FINDERNUMBERCOLUMN |
int |
|
Default = 0 |
The column number in the file that contains the finder numbers. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
SEGMENTATIONID |
uniqueidentifier |
|
MKTSEGMENTATION.ID
|
The marketing effort the remove member process will use. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_MKTUPDATEMAILINGCOUNTSPROCESS_DATEADDED |
DATEADDED |
|
|
yes |
IX_MKTUPDATEMAILINGCOUNTSPROCESS_DATECHANGED |
DATECHANGED |
|
|
|
PK_MKTUPDATEMAILINGCOUNTSPROCESS |
ID |
yes |
yes |
|
UIX_MKTUPDATEMAILINGCOUNTSPROCESS_SEGMENTATIONID |
SEGMENTATIONID |
yes |
|
|
Triggers
Referenced by