Click here to Skip to main content
15,887,425 members
Please Sign up or sign in to vote.
1.00/5 (6 votes)
we want to convert our ms sql script to my sql because we want to support
our application in my sql as well.
how can we migrate entire ms sql script file so we can direct open in my sql
and run without error.

What I have tried:

we tried to open and run but we are getting multiple errors
Posted
Updated 30-May-23 2:37am
Comments
OriginalGriff 30-May-23 3:38am    
And?
What have you tried?
Where are you stuck?
What help do you need?

Use the "Improve question" widget to edit your question and provide better information.
Richard MacCutchan 30-May-23 4:08am    
"we tried to open and run but we are getting multiple errors"
Then you need to fix thos errors.

You have to write new SQL Scripts to support MySQL. Microsoft uses a version of SQL called TSQL. The two SQL dialects are not the same and are not interchangeable.

No, there is no conversion tool.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900