I have set of complex packages (.dtsx) in a particular folder. There are few issues needs to be addressed. I have to search few tables and stored procedures.
For now I manually open the package and scroll all the tasks in control flow to know where the table is exactly located but this is very hard to do.
Is any way I can directly search/find the given table/sp in the list of packages.
For example,
List of packages in particular folder
p1.dtsx
p2.dtsx
p3.dtsx
p4.dtsx
p5.dtsx
Assume that the table named employee exist in p4.dtsx.
My input would be employee and the expected output would be p4.dtsx