The SQL Server Integration Service is an ETL (Extract Transform and Load) Tool from Microsoft for building enterprise-level data integration and transformation solutions.
It can be used for essential data integration and workflow applications and to perform broad data migration tasks. It features a data warehousing tool for data extraction, transformation, and loading.
Required Softwares:
This tutorial assumes that you have ODBC drivers installed and a data source configured. If you have not yet done these steps, please follow these instructions. Ensure that Microsoft Visual Studio and ODBC Driver architecture matches. For example, if you have a 64-Bit Microsoft Visual Studio installed then you need to have the 64-Bit version of Progress DataDirect ODBC drivers installed. Most likely, your visual studio would be a 32-bit version and you would need a 32-bit driver.
1. Downloadand install the Progress DataDirect ODBC driver using the 15-day trial software. In this tutorial, we are connecting to DB2 Database.
2. Configure a data source for your database. See the DataDirect documentationfor assistance with setting up your data source. You will learn how to configure a DB2 Data source in the following steps.
1. After the DataDirect DB2 ODBC driver has been installed, open ODBC Administrator to configure the connection and click on “Add”.
2. Choose the “DataDirect X.X DB2 Wire Protocol” and click on “Finish.”
3. The ODBC Db2 Wire Protocol Driver Setup window will pop up.
Enter your credentials, click on “Apply” and then click on “Test Connect.”
4. The Db2 Logon screen will pop up. Provide logon credentials and click on “OK.”
5. A dialog box will confirm that the connection is established.
1. Open Microsoft Visual Studio. You need to create a new SSIS project by going to File → New → Project.
2. A new window will appear, and inside that select Integration Services Project (If not appearing, left side of the window go to Templates → Business Intelligence → Integration Services).
3. From the left side of the window, Under SSIS Toolbox → Favorites → Data Flow Task, drag and drop the Data Flow Task into Package.dtsx[Design]* Page section.
4. Double-click on the Data Flow Task, and you must be automatically moved to Data Flow Page from Control Flow Page, now the Data Flow Page is totally blank.
5. A new window will appear in front of you, select the desired Connection Manager and Click on Add.
Here we are connecting to DB2 ODBC so we add ODBC Connection Manager.
6. We are creating a new connection manager so click on “New” and then click on “Ok”.
7. A new pop-up will appear in which select the “Use connection string” radial button and click on “Build”.
8. Go to Machine data source and select your Data Source and click “Ok”.
9. Give the required logon credentials and click “Ok”.
10. A connection string is built in the connection manager and now you can click on “Ok”.
11. Connection Manager is created, and you can see your Data source in the data connections. Select it and click on “Ok”.
12. After successfully connecting to the source DSN, you can preview the source data by clicking on Preview..., a popup will appear having the title Preview Query Results.
13. Now, you need to choose/select the desired destination type from the left side of the window under SSIS Toolbox → Destinations, Drag and Drop desired data destination into the Data Flow Page, similarly to the data source.
14. Now, you need to connect the ODBC Source and ODBC Destination using the mouse pointer, Just move the mouse cursor over the ODBC Source. A blue color arrow will appear just expand it and connect to the ODBC Destination.
15. Similarly, you need to configure the destination also. Just double-click on ODBC Destination and a window will appear having the title ODBC Destination. Just check the ODBC Connection Manager drop-down list if your desired connection is present or not, if not just click on New..., The available ODBC connection will show just select it. Also, select the table and click “OK”.
16. After this, you need to map the columns between the ODBC Source Table to the ODBC Destination Table by clicking on the Mappings Tab, available on the left side of the window and just below the Connection Manager.
17. Well done, All set. Now, you need to click Start. The data transfer process is started. You can see the progress by clicking Progress. As shown in the below picture.
18. Finally, the data is transferred from the ODBC Source table to the ODBC Destination table.
Get started today with a free 15-day trial of Progress DataDirect DB2 ODBC drivers, and connect to Microsoft SQL Server SSIS.
Contact Us for assistance with any questions you may have, and we will be happy to help!