DIM_DONOTCALLREASON
Contains information about Constituent Phone Do Not Call Reasons
Primary Key
Primary Key |
Field Type |
DONOTCALLREASONDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
DONOTCALLREASONSYSTEMID |
uniqueidentifier |
yes |
|
dbo.[DONOTCALLREASONCODE].[ID] |
DONOTCALLREASON |
nvarchar(100) |
yes |
|
dbo.[DONOTCALLREASONCODE].[DESCRIPTION] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_DONOTCALLREASON |
DONOTCALLREASONDIMID |
yes |
yes |
yes |