특정 폴더에 복잡한 패키지 집합 (.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