Link to home
Start Free TrialLog in
Avatar of jaguar4u
jaguar4uFlag for United Arab Emirates

asked on

Data migration from MYSQL to SQL SERVER 2008 R2

Dear All,

I have a production databsae on MySQL and want to send some data everyday to SQL SERVER 2008 R2 as a job. Kindly advice if this is possible to create a link server for MySQL in SQL SERVER 2008 R2.

Many Thanks,
Avatar of Jerryuk007
Jerryuk007
Flag of United Kingdom of Great Britain and Northern Ireland image

You might not need to create a linked server...
You can just create an SSIS Package with the connection to your MySQL Database (likely using OLEDB or ODBC Connection), then you can add all the Transformation Tasks and Data Manipulation you wish.

After you just need to schedule that SSIS to run at specific time through MSSQL Agent.

Jerry
Avatar of jaguar4u

ASKER

Thank you for your kind response.

Is possible to assist me with SSIS Package creation?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Jerryuk007
Jerryuk007
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you, i followed the following tutorial and problem solved with your help...

http://www.accelebrate.com/sql_training/ssis_2008_tutorial.htm

Thank you
Thank you, you saved lot of my time.