Copying SSIS packages deployed on SQL Server back to Visual Studio 2008

后端 未结 2 1065
[愿得一人]
[愿得一人] 2020-12-11 14:12

My Development SSIS box with my Visual studio 2008 installation is not working anymore. I am trying to figure out how I can take the packages running on my production SQL 2

2条回答
  •  天命终不由人
    2020-12-11 15:05

    Packages are just xml files. Just copy the files local, create a new empty project and then import the *.dtsx files into the project by using the Add Existing dialog choice from the Solution explorer.

提交回复
热议问题