Hello,
We need to improve the performance of some of our SSIS 2012 packages. To that end, we'd like to ID the longest-running packages and longest-running components within those packages. I already have an SSISDB query that returns all SSIS packages' execution rows along with their dates and durations, but I can't seem to generate the same for packages' components. (Some of our "Execute T-SQL" components are surely running for a long, long time.)
I know we can look at SSIS execution reports, but we need a query that can return every execution history of a particular component in a particular package.
Would somebody please assist, perhaps by pointing me in the right direction? I haven't been able to find a similar query online, and Microsoft's page on SSISDB tables seems to have made it less-than-clear where the component execution history is stored.
Thanks,
Eric B.