Metadata hierarchy: MDWT_Adventure_Works_Demo ยป MDWT_AdventureWorksDW
| Column Name | Data Type | Is Key | Short description |
| PkgExecKey | int | Surrogate primary key | |
| PkgName | varchar | Name of the package | |
| PkgGUID | uniqueidentifier | GUID for the package | |
| PkgVersionGUID | uniqueidentifier | Package version GUID | |
| PkgVersionMajor | smallint | Package major version | |
| PkgVersionMinor | smallint | Package minor version | |
| ExecStartDT | datetime | Datetime package execution began | |
| ExecStopDT | datetime | Datetime package execution ended | |
| SuccessfulProcessingInd | char | Did package execution complete without error? | |
| ParentPkgExecKey | int | Link to the row for the master package execution that called this package |
| Column Name | Data Type |