1

I am in a strange situation now, I am very new to MS Sql server Database think. Am working on mysql now. I have a databse in MS Sql server database and i want to create a same database in mysql. I try to generate script from MS Sql server into a file dump.sql now that i need is i cannot use that file to import into mysql database.

Can some one tell me how can i use the generated script to create a database in mysql?

Or is there any other way i cano directly get mysql formate script from MS Sql server ?

thank you in advance.

2 Answers 2

1

I have found one page where i can use the script from ms sql generated scripted which give mysql Script.

http://www.burrist.co.uk/mstomy.php

Sign up to request clarification or add additional context in comments.

Comments

0
  • Create the table in MySQL manually (using the CREATE TABLE from SQL Server as a template)
  • Export the data as CSV from SQL Server
  • Import the data into MySQL from the CSV

1 Comment

It does not work for me. I cannot directly import, an exported CSV file from ms SQL into mysql. Thank you for the help

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.