DIM_SPONSORSHIPREASON

Stores information about sponsorship reasons

Primary Key

Primary Key Field Type
SPONSORSHIPREASONDIMID int

Fields

Field Field Type Null Notes Description
SPONSORSHIPREASONSYSTEMID uniqueidentifier yes dbo.[SPONSORSHIPREASON].[ID]
SPONSORSHIPREASON nvarchar(100) yes dbo.[SPONSORSHIPREASON].[REASON]
SPONSORSHIPREASONTYPECODE int yes dbo.[SPONSORSHIPREASON].[REASONTYPECODE]
SPONSORSHIPREASONTYPE nvarchar(100) yes dbo.[SPONSORSHIPREASON].[REASONTYPE]
ISINCLUDED bit yes Flag indicating when data should be included in results.
SOURCEDIMID int yes Source system used.
ETLCONTROLID int yes ID generated through the ETL process.

Indexes

Index Name Fields Unique Primary Clustered
PK_DIM_SPONSORSHIPREASON SPONSORSHIPREASONDIMID yes yes yes