The purpose of this project is to provide a set of queries to easily extract data from SSISDB database, in order to get quick insight on:
- Running packages,
- Performance History
- Run outcome
- DataFlow statistics and performances
- Lookup component memory usage
- Lookup component duplicate warnings
- Errors
- Memory Warnings
The provided queries are also used in the ssis-dashboard project.
Available scripts:
- ssis-execution-status: Latest executed packages
- ssis-execution-breakdown: Execution breakdown for a specific execution
- ssis-execution-dataflow-info: Data Flow information for a specific execution
- ssis-execution-log: Information/Warning/Error messages found in the log for a specific execution
- ssis-execution-lookup-cache-usage: Lookup usage for a specific package/execution
- ssis-execution-package-history: Execution historical data
- ssis-execution-parameter-values: Show execution parameter values
- First release
- Improved & fixed the "ssis-execution-log" query
- Added "ssis-execution-parameter-values" query
- Fixed null values in "ssis-execution-dataflow-info" query due to invalid CTE join on Message ID, added "duration_minutes" column alias