Can I decompile MS SQL Package and get a source project that can be opened in Visual Studio?
1 answer
They are not compiled. The pact format (dtsx) is based on XML. Those. This is just a text file with special markup.
Create a new Integration Services project in the Business Intelligence Development Studio , or in Visual Studio with installed SSDT-BI . Then in the project tree, right-click on "SSIS Packages", and select "Add Existing Package" - you will be prompted to add a package from a file or from a server.
|