DIM_EVENTGOALTYPE
Contains information about event goals
Primary Key
Primary Key |
Field Type |
EVENTGOALTYPEDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
EVENTGOALTYPECODE |
int |
yes |
|
Event goal type based on dbo.[TEAMEXTENSION].[TYPECODE] |
EVENTGOALTYPENAME |
nvarchar(100) |
yes |
|
dbo.[TEAMEXTENSION].[TYPE] |
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_EVENTGOALTYPE |
EVENTGOALTYPEDIMID |
yes |
yes |
yes |