Finding a table in a large SSIS package

419 views Asked by At

I am currently working on BI/ETL project in which I have to change the extraction of a dimension table in a very huge SSIS package with lot of dataflow tasks and the data flow tasks names are not in accordance with table name. Is there a way to search for the table in that SSIS package to find its particular data flow task?

0

There are 0 answers