【发布时间】:2017-02-17 10:51:29
【问题描述】:
我在特定文件夹中有一组复杂的包 (.dtsx)。需要解决的问题很少。我必须搜索几个表和存储过程。
现在我手动打开包并滚动控制流中的所有任务以了解表的确切位置,但这很难做到。
有什么方法可以直接在包列表中搜索/查找给定的表/sp。
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
【问题讨论】: