Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
SSIS Integration Runtime in Azure Data Factory
An ODBC connection manager enables a package to connect to a variety of database management systems using the Open Database Connectivity specification (ODBC).
When you add an ODBC connection to a package and set the connection manager properties, SQL Server Integration Services creates a connection manager and adds the connection manager to the Connections collection of the package. At run time the connection manager is resolved as a physical ODBC connection.
The ConnectionManagerType property of the connection manager is set to ODBC.
You can configure the ODBC connection manager in the following ways:
Provide a connection string that references a user or system data source name.
Specify the server to connect to.
Indicate whether the connection is retained at run time.
Note
Only ODBC 3.0 and above are supported for SSIS IR in Azure Data Factory, SQL 2019 and above.
You can set properties through SSIS Designer or programmatically.
For more information about the properties that you can set in SSIS Designer, click one of the following topic:
For information about configuring a connection manager programmatically, see ConnectionManager and Adding Connections Programmatically.
Use the Configure ODBC Connection Manager dialog box to add a connection to an ODBC data source.
To learn more about the ODBC connection manager, see ODBC Connection Manager.
Data connections
Select an existing ODBC connection manager from the list.
Data connection properties
View properties and values for the selected ODBC connection manager.
New
Create an ODBC connection manager by using the Connection Manager dialog box. This dialog box also lets you create a new ODBC data source if it is required.
Delete
Select a connection, and then delete it by using the Delete button.
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayTraining
Module
Database handling in Power Automate for desktop - Training
Learn about the database actions in Power Automate for desktop.
Certification
Microsoft Certified: Azure Database Administrator Associate - Certifications
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.
Documentation
OLEDB connection manager - SQL Server Integration Services (SSIS)
An OLEDB connection manager enables a package to connect to a data source by using an OLEDB provider.
Data Sources - SQL Server Integration Services (SSIS)
Data Sources for [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] packages
Integration Services (SSIS) Connections - SQL Server Integration Services (SSIS)
Integration Services (SSIS) Connections