I have a bunch of SSIS packages. All of them are project deployed. I am trying to find a way to get information about these packages. An example would be, the Control Flow and Data Flow items that are in them, the amount of runtime for each item, the source and destination tables/queries/procs, etc. I've done some research but not coming up with as much as I would like. It appears that there are a few API's that can help with some data from the Data Flow task, but not really all that I'd like to find.
I am trying to get this data into a metadata database for tracking. It's a pretty large project, and I can alter the SSIS packages if all else fails to add this data in, but there are 100's of packages, so that's a last resort.
Any thoughts?
Thanks in advance