Framework Metadata Database Views
Views are provided over the Metadata Database Tables to translate the machine-friendly tables into human readable versions, translating codes and providing additional calculated data, such as execution times. These views also form the basis of the SSRS reports.
Framework version v1:
There are 4 views in the Metadata Database
Logical Name | Physical name | Detail |
Run Log | dbo.vw_Run_Log | Translates Run Log Table |
Run Log | dbo.vw_Run_Master | Translates Run Master Table |
Task Log | dbo.vw_Tasks_Log | Translates Tasks Log Table |
Task Log | dbo.vw_Tasks_Master | Translates Tasks Master Table |