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. |