Env - 2012. All packages are stored in SSISDB. I have created folder - 'abc'. Under that, i have added packages. I need to capture SSIS package inventory like.
-Counts
-description
-connections to database
-tables / views involved.
-Task type (example - data flow task, common tasks, other transformations, other sources & other destinations tasks) - I want to know the sequence the way the package build.
How can i achieve this.....thanks in advance...