DIM_BUSINESSUNIT
Stores information about business units
Primary Key
| Primary Key | Field Type |
|---|---|
| BUSINESSUNITDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| BUSINESSUNITSYSTEMID | uniqueidentifier | yes | [dbo].[BUSINESSUNITCODE].[ID] | |
| BUSINESSUNIT | nvarchar(100) | yes | [dbo].[BUSINESSUNITCODE].[DESCRIPTION] | |
| BUSINESSUNITISACTIVE | bit | yes | [dbo].[BUSINESSUNITCODE].[ACTIVE] | |
| BUSINESSUNITSEQUENCE | int | yes | [dbo].[BUSINESSUNITCODE].[SEQUENCE] | |
| 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 |
|---|---|---|---|---|
| IX_DIM_BUSINESSUNIT_BUSINESSUNITSYSTEMID | BUSINESSUNITSYSTEMID | |||
| PK_DIM_BUSINESSUNIT | BUSINESSUNITDIMID | yes | yes | yes |