Forum Discussion

Dee's avatar
Dee
Helper III
6 years ago

How to create a new table by Joining Two Different Databases based on a unique ID using SSIS

Hello,

 

I pretty much just started using SSIS due to an uphill task that I must complete and I seem to be a bit lost.

I have two databases one sitting in MYSQL and another one sitting in MSSQL.

 

On the MYSQL I have a table called users a unique ID, that can be linked up to various tables.

 

On the MSSQL I have a table about the user info that I would love to link up, based on the unique ID, for example, the user purchases and then create a new table on MSSQL based on the joined data.

 

If anyone could give me a clear step on how to go about it, or a tutorial link on the same, I'd much appreciate it as I am still stuck on whether to use ADO NET source or ODBC connections on the 1st step.

 

I would then need to do a visualization of the table on POWER BI.

 

TIA

 
 

2 Replies