MySQL Forums
Forum List  »  Microsoft SQL Server

Re: migration of mysql db to sql db by using bash scripts or power shell
Posted by: Peter Brawley
Date: October 27, 2019 09:49AM

You could export it in .csv format with SELECT...INTO OUTFILE. You'll have to use SQL Server to import the .csv, so it might be simpler overall to use SQL Server Integration Services.

Options: ReplyQuote


Subject
Written By
Posted
Re: migration of mysql db to sql db by using bash scripts or power shell
October 27, 2019 09:49AM


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.