How do I edit SSIS package files?

后端 未结 7 596
有刺的猬
有刺的猬 2020-12-24 02:03

I have a DTSX file in a project I\'m taking over. I have Visual Studio 2005 Pro, but it just opens it as an XML file. SQL Server Management Studio 2005 does the same.

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 02:38

    From Business Intelligence Studio:

    File->New Project->Integration Services Project

    Now in solution explorer there is a SSIS Packages folder, right click it and select "Add Existing Package", and there will be a drop down that can be changed to File System, and the very bottom box allows you to browse to the file. Note that this will copy the file from where ever it is into the project's directory structure.

提交回复
热议问题