I have multiple SSIS package and in each package have multiple data flow task. I want to destination table or target table name for each package, for that I want to open each package and each data flow task to check destination table name so it is hard to check each and every package and data flow task . I have required SQL query to fetch below information from the package and as output i have required below column name from the ssis database.
Column to require in the result set
PackageName, DestinationTableName.
Thanks, Nayan.
2.1m questions
2.1m answers
60 comments
57.0k users