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.