v_DIM_DONOTCALLREASON

The Constituent Phone Do Not Call Reasons contains information about Constituent Phone Do Not Call Reasons

Fields

Field Field Type Null Description
DONOTCALLREASONDIMID int BBDW.[DIM_DONOTCALLREASON].[DONOTCALLREASONDIMID]
DONOTCALLREASONSYSTEMID uniqueidentifier yes BBDW.[DIM_DONOTCALLREASON].[DONOTCALLREASONSYSTEMID]
DONOTCALLREASON nvarchar(100) yes BBDW.[DIM_DONOTCALLREASON].[DONOTCALLREASON]

Definition

Copy

create view [BBDW].[v_DIM_DONOTCALLREASON] as
  select
    [DONOTCALLREASONDIMID],
    [DONOTCALLREASONSYSTEMID],
    [DONOTCALLREASON]
  from BBDW.[DIM_DONOTCALLREASON]