Hi all,
This may be a simple question but I'm having a terrible day thus far and can't seem to find the answer. How would you determine the execution time spent by each control flow task in a SQL Server 2012 SSIS package that uses the project deployment model?
catalog.execution_component_phases gives me the time spent by a data flow component in each execution phase but what I need is the time spent by a control flow task. Also the total time executed by the package would be helpful. Is there a catalog view or a combination of views that could do this?
Thanks