Answered by:
How to Sync Data from Mssql server to mysql

Question
-
Hi
we have 1 table in mssql server db which need to be synced with mysql db.
how to achieve this ?
Regards,
Prabhu
Thursday, June 14, 2012 4:20 AM
Answers
-
Hi Prabhu,
I suggest you can create a linked server instance in SQL Server, pointing to the MySQL instance. This article gives the step-by-step process: http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/
Please feel free to ask if you have any question.
Thanks,
Eileen- Edited by Eileen Zhao Wednesday, June 20, 2012 8:22 AM
- Marked as answer by Eileen Zhao Friday, June 29, 2012 5:45 AM
Wednesday, June 20, 2012 8:22 AM -
All replies
-
What I understood is you need to move the data from mySQL to msSQL table, if so . You need to have one SSIS package which will contain one Data flow task.
Take mySQL table in the source and msSQL table in destination. Identify a column in mySQL table which will be used for delta load i.e. for the load of data that will change in upcoming runs like Last_update_date timestamp.
Let me know if this help you or not.
Please mark the post as answered if it answers your question
- Proposed as answer by Sanjeewan Kumar Wednesday, June 20, 2012 9:13 AM
Thursday, June 14, 2012 4:31 AM -
Hi Prabhu,
I suggest you can create a linked server instance in SQL Server, pointing to the MySQL instance. This article gives the step-by-step process: http://www.ideaexcursion.com/2009/02/25/howto-setup-sql-server-linked-server-to-mysql/
Please feel free to ask if you have any question.
Thanks,
Eileen- Edited by Eileen Zhao Wednesday, June 20, 2012 8:22 AM
- Marked as answer by Eileen Zhao Friday, June 29, 2012 5:45 AM
Wednesday, June 20, 2012 8:22 AM -
-
Seems to me everyone answered your question as mysql > mssql.
Your question is mssql > mysql. Correct.
did you ever find someone, something to answer? I am stuggling for an way my self.
Thursday, August 30, 2012 11:28 AM -
Seems to me everyone answered your question as mysql > mssql.
Your question is mssql > mysql. Correct.
did you ever find someone, something to answer? I am stuggling for an way my self.
MCTS, MCITP - Please mark posts as answered where appropriate.
Thursday, August 30, 2012 11:31 AM -
The link mentioned by @Eileen above seems to be broken now. The following link should be of help - it was quite useful to me: https://dbperf.wordpress.com/2010/07/22/link-mysql-to-ms-sql-server2008/
- Edited by dksadiq Monday, June 5, 2017 7:45 AM
Thursday, June 1, 2017 3:40 PM