MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Update table from sqlserver to mysql
Posted by: Milosz Bodzek
Date: October 07, 2016 03:19AM

You must go through migration wizard in MySQL Workbench until 'Data Transfer Setup' step and mark 'Create a batch file...'. Workbench will generate script for you. After that open it in a text editor fill both source and target passwords and add another argument to command '--resume'. Write the script. Now you can run it manually or add to con job.

Regards,

--
Milosz Bodzek
MySQL Developer Tools

Options: ReplyQuote


Subject
Written By
Posted
Re: Update table from sqlserver to mysql
October 07, 2016 03:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.