How do I edit SSIS package files?

tsilb picture tsilb · Dec 1, 2009 · Viewed 210.8k times · Source

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.

I've seen people opening these files in some workflow-esque format; Business Intelligence Development Studio comes to mind.

Is this part of Visual Studio or SQL? Does it have to be purchased seperately? Can I open this file in a more useful way with the tools I have?

Answer

AaronLS picture AaronLS · Dec 16, 2010

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.