Is there a way to save all queries present in a ssis package/dtsx file?
问题 I need to run some analysis on my queries (specifically finding all the tables which a ssis calls). Right now I'm opening up every single ssis package, every single step in it and copy and pasting manually the tables from it. As you can imagine it's very time consuming and mind-numbing. Is there a way to do export all the queries automatically ? btw i'm using sql server 2012 回答1: Retrieve Queries is not a simple process, you can work in two ways to achieve it: Analyzing the .dtsx package XML