Finding SSRS, SSIS dependencies given a table name

  • Guys

    Given a database table name, for eg, employee, we would like to know all the dependencies which include SSIS packages and SSRS Reports. For eg, we would like to get all the reports which use employee table and all the SSIS

    packages which use this employee table

    We can get view, function and SP dependencies DMV objects. Also tried exploring tools like pragmatic, apexsql and redgate - but did not provide options, though pragmatic used top down approach meaning given an SSRS report it will give you the dependencies but not the other way round.

    Any suggestions inputs would be helpful

    Thanks

  • This should get you started as far as SSIS.

    http://qa.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/70011/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply