OLAPDATASOURCEVALIDATIONPARAMETERS

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAME nvarchar(50) Default = ''
INCLUDEEXTENSIONS bit Default = 0
RUNAFTERETL bit Default = 0
DATEADDED datetime Default = getdate()
DATECHANGED datetime Default = getdate()
TS timestamp
TSLONG bigint (Computed) yes CONVERT(bigint, TS)

Foreign Keys

Foreign Key Field Type Null Notes Description
OLAPDATASOURCEID uniqueidentifier OLAPDATASOURCE.ID
ADDEDBYID uniqueidentifier CHANGEAGENT.ID
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID

Indexes

Index Name Fields Unique Primary Clustered
IX_OLAPDATASOURCEVALIDATIONPARAMETERS_DATEADDED DATEADDED yes
IX_OLAPDATASOURCEVALIDATIONPARAMETERS_DATECHANGED DATECHANGED
PK_OLAPDATASOURCEVALIDATIONPARAMETERS ID yes yes

Triggers

Trigger Name Description
TR_OLAPDATASOURCEVALIDATIONPARAMETERS_AUDIT_UPDATE
TR_OLAPDATASOURCEVALIDATIONPARAMETERS_AUDIT_DELETE

Referenced by

Referenced by Field
OLAPDATASOURCEVALIDATIONPARAMETERSSTATUS PARAMETERSETID