シナリオ :
本番環境のSSISは、本番環境の接続とSQLServerのインスタンス名を使用します。
自分のマシンで同じSSISを開くと、prodにアクセスできないため、接続が切断されます。
I can obviously change the connection and use my local dev, but that would mean that whenever I deploy to production I would have to ask my Network guys to open the SSIS and change the connections back from my local to Production, that too for EACH SQL task.
Is there a way for me to mimic production connection on my dev so that I would not have to touch the connection strings from prod and also be able to do my debugging / modifications and upload it back to production?