How to: Add a Connection Manager to a Package
SQL Server 2005 Integration Services (SSIS) includes a variety of connection manager types for connecting to different data sources, such as relational databases, Analysis Services databases, and files in CSV and XML formats. This procedure applies to all connection manager types.
To add a connection manager to a package
In Business Intelligence Development Studio, open the Integration Services project that contains the package you want.
In Solution Explorer, double-click the package to open it
In SSIS Designer, click the Control Flow tab, the Data Flow tab, or the Event Handler tab to make the Connection Managers area available.
Right-click anywhere in the Connection Managers area, and then do one of the following:
- Click the connection manager type to add to the package.
- If the type that you want to add is not listed, click New Connection to open the Add SSIS Connection Manager dialog box, select a connection manager type, and then click OK.
The custom dialog box for the selected connection manager type opens. For more information about connection manager types and the options that are available, see the following options table.
The Connection Managers area lists the added connection manager.
Optionally, right-click the connection manager, click Rename, and then modify the default name of the connection manager.
To save the updated package, click Save Selected Item on the File menu.
See Also
Tasks
How to: Add a Data Source Reference to a Package
How to: Modify a Connection Manager
How to: Delete a Connection Manager in a Package
Concepts
Connection Managers
Connection Manager How-to Topics (SSIS)