I found the following tool to convert a MySQL database to MSSQL. We want to know if there is anything else available to do this before we go buying products.
We tried
mysqldump --compatible=mssql --result-file=dbname_mssql.sql dbname
no luck. Any ideas?