DIM_ACCOUNTSYSTEM
Stores information about account systems
Primary Key
| Primary Key | Field Type |
|---|---|
| ACCOUNTSYSTEMDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ACCOUNTSYSTEMSYSTEMID | uniqueidentifier | yes | [dbo].[PDACCOUNTSYSTEM].[ID] | |
| ACCOUNTSYSTEMNAME | nvarchar(50) | yes | dbo.[PDACCOUNTSYSTEM].[NAME] | |
| ACCOUNTSYSTEMDESCRIPTION | nvarchar(255) | yes | [dbo].[PDACCOUNTSYSTEM].[DESCRIPTION] | |
| ISDEFAULT | bit | yes | [dbo].[PDACCOUNTSYSTEM].[ISDEFAULT] | |
| 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_ACCOUNTSYSTEM | ACCOUNTSYSTEMDIMID | yes | yes | yes |