Reputation: 64925
I want to back up SQL Server Database and than LATER import it into MySQL. Is there any tool for it?
I would rather have portable SQL file(without SQL Server specific SQL)
Upvotes: 1
Views: 1239
Reputation: 10938
For small and medium databases. I've used script from this page.
http://kofler.info/english/mssql2mysql/
http://kofler.info/uploads/mysql/mssql2mysql.txt
Upvotes: 1