MKTSEGMENTREFRESHPROCESS (4.0SP17)

Stores information pertaining to a segment refresh parameter set.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

SEGMENTID

uniqueidentifier

false

The segment to use in the refresh process.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

NAME

nvarchar(100) (Computed)

true

The name of the segment refresh process.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MKTSEGMENTREFRESHPROCESS_DATEADDED

DATEADDED

False

False

True

IX_MKTSEGMENTREFRESHPROCESS_DATECHANGED

DATECHANGED

False

False

False

PK_MKTSEGMENTREFRESHPROCESS

ID

True

True

False

UIX_MKTSEGMENTREFRESHPROCESS_SEGMENTID

SEGMENTID

True

False

False

Triggers
Trigger Name Description

TR_MKTSEGMENTREFRESHPROCESS_AUDIT_UPDATE

TR_MKTSEGMENTREFRESHPROCESS_AUDIT_DELETE

Referenced by
Referenced by Field

MKTSEGMENTREFRESHPROCESSSTATUS

PARAMETERSETID