| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| 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) | ![]() |
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) | ![]() |
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 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. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_MKTUPDATEMAILINGCOUNTSPROCESS_DATEADDED |
DATEADDED | ![]() |
||
IX_MKTUPDATEMAILINGCOUNTSPROCESS_DATECHANGED |
DATECHANGED | |||
PK_MKTUPDATEMAILINGCOUNTSPROCESS |
ID | ![]() |
![]() |
|
UIX_MKTUPDATEMAILINGCOUNTSPROCESS_SEGMENTATIONID |
SEGMENTATIONID | ![]() |
| Trigger Name | Description |
|---|---|
TR_MKTUPDATEMAILINGCOUNTSPROCESS_AUDIT_UPDATE |
|
TR_MKTUPDATEMAILINGCOUNTSPROCESS_AUDIT_DELETE |
| Referenced by | Field |
|---|---|
MKTUPDATEMAILINGCOUNTSPROCESSEXPORTFORMAT |
PARAMETERSETID |
MKTUPDATEMAILINGCOUNTSPROCESSSTATUS |
PARAMETERSETID |

ID
FILENAME
TSLONG
SEGMENTATIONID
IX_MKTUPDATEMAILINGCOUNTSPROCESS_DATEADDED
IX_MKTUPDATEMAILINGCOUNTSPROCESS_DATECHANGED