
Overview
DB2 Destination Component is SSIS Data Flow Component, which connects to DB2 database and bulk loads data into DB2 database tables. It is much faster than the standard loading , using OLE DB Destination. The configuration options are provided in the standard data flow destination component dialog. The component requires installation of IBM Data Server Runtime Client.
Setup
Use the options below to setup the component.
Options
- IDbConnection
-
Select an existing ADO.NET IBM DB2 .NET Data Provider connection manager, or click <New connection...> to create a connection manager.
Related Topics: ADO.NET Connection Manager
- DestinationTable
-
Specify the destination database table where the data is loaded.
CozyRoc