I need to export a mysql database to a mssql one. Can anyone recommend any good freeware to do this. I tried DTS via mssql but there are datatype problems and primary key data is not being transfered. Any help appreciated.
I don't know of any free tools to do that, but one solution might be to do a mysqldump of the MySQL database, and text-edit the resulting file to suit before importing it into MS SQL. Alternatively, you could just use that technique on the table structures, and transfer data via CSV files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.