Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,

I want to import table data from MySQL server to SQL Server DB in my local machine.
Here column fields are different.So should be able to map the column1 of MySQL to column2 of SQLServer.
I planned to use Pentaho open source tool. Is there any other tool to do this?
Any links/tricks/Tips is appreciated.

Thanks,
RK
Posted
Updated 30-Jul-13 20:46pm
v3
Comments
viks101 23-Dec-14 14:08pm    
Here is a good example of doing Bulkload from MySQL to Microsoft SQL Server.

http://devdebug.com/techhelp/c-bulk-copy-to-load-data-from-mysql-to-sql-server/

 
Share this answer
 
Comments
Maciej Los 31-Jul-13 1:55am    
Very clever! I use the same technic (link to my past answer) many times ;)
+5!
Adarsh chauhan 31-Jul-13 2:25am    
:) Thanks. I find it better then writing same answer again and again.. and FYI I have learned this technique from you only. In my past days i used to write answers again and again.. :)
♥…ЯҠ…♥ 31-Jul-13 2:50am    
I tried your suggestions and am quite happy 'coz which helps me to update my question? :-)
Adarsh chauhan 31-Jul-13 4:59am    
Thanks RK.. and sorry I have no solution for your updated question as I have never tried to import data from mysql to sql server where columns are different.
And if you find the solution for your updated question please do share it will us so that in future if anyone face the same prob. s/he can take help from your answer.
♥…ЯҠ…♥ 31-Jul-13 5:09am    
Been working on this..... ;-)
Talent and Pentaho are the best open source tool which help us to solve this kind of data transfer between RDBMS.


Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900