DIM_TIMEZONE

Stores information about time zones

Primary Key

Primary Key Field Type
TIMEZONEDIMID int

Fields

Field Field Type Null Notes Description
TIMEZONESYSTEMID uniqueidentifier yes dbo.[TIMEZONEENTRY].[ID]
TIMEZONENAME nvarchar(200) yes dbo.[TIMEZONEENTRY].[NAME]
TIMEZONEDISPLAYNAME nvarchar(200) yes dbo.[TIMEZONEENTRY].[DISPLAYNAME]
TIMEZONEISACTIVE bit yes dbo.[TIMEZONEENTRY].[ACTIVE]
TIMEZONESEQUENCE int yes dbo.[TIMEZONEENTRY].[SEQUENCE]
BASETIMEZONEOFFSET smallint yes dbo.[TIMEZONEENTRY].[BASETIMEZONEOFFSET]
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_TIMEZONE TIMEZONEDIMID yes yes yes