Skip to content

sahlax/ssis-queries

 
 

Repository files navigation

SQL Server Integration Services Monitor Queries

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.

##Release Notes

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

##Version History

###v 1.0

  • First release

###v 1.1

  • Improved & fixed the "ssis-execution-log" query

About

A set of queries useful to easily extract monitoring and package performance data from SSISDB database

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PLSQL 76.8%
  • PLpgSQL 23.2%