我在一個特定的文件夾中設置了複雜包(.dtsx)。有幾個問題需要解決。我必須搜索幾個表和存儲過程。在SSIS包列表中查找表/存儲過程
現在我手動打開包裝並滾動控制流程中的所有任務,以知道表格的確切位置,但這很難做到。
是否有任何方法可以直接搜索/查找軟件包列表中的給定表/ 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
可能的重複[如何在Visual Studio中搜索特定數據庫表](http://stackoverflow.com/questions/42177192/how-to-search-in-visual-studio-for-a-particular-數據庫表) – Hadi