Notes on SQL

Random articles from a puzzled DBA

Background

In the past I’ve used the ‘add existing package’ option, when opening an existing SSIS package within SQL Server Data Tools (SSDT). That was before the appearance of the SSISDB and the Integration Services Catalog. This option doesn’t work, when your dtsx package is within the SSISDB and the solution for this is quite simple – just not where I had been looking.

Working on the principal that there are probably other people out there that have missed the obvious (as I had), this is a short article describing the steps required to do this.

Example

When you need to import a project from the SSISDB into SSDT there is now an option ‘Integration Services Project import Wizard’ within the ‘New Project’ option. This can import from an ‘ispac’ file or directly from a specified Integration Services Catalog:

The initial Import dialog

Select this option and change the name, solution and location details at the foot of the screen (if you need to). Then press OK and a screen explains what this dialog will do. Press ‘Next’and the subsequent screen will ask for either the location of an ispac file, or the server that you want to import the package from. In this case select ‘Integration Services Catalog’, select the server and then the location of the required package from within the catalog:

Provide the Server name and Path of the package

Click ‘Next’ and after a brief wait a screen will provide a summary of the action it will take.

Summary of actions to be taken

Click on the ‘Import’ button and the specified package will now be imported into a new project:

The SSISDB package Imported

The project can now be edited and deployed back to the Integration Services Catalog when required.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: