Forum Moderators: open
I'm looking for the fastest way to convert a MS SQL database (roughly 3 GB) to a MYSQL database.
I have Microsoft SQL Server Management Studio Express (and Microsoft SQL Server 2005) installed on my local machine (where the conversion will happen) and MySQL.
I tried using a mss2sql script - however it was taking over a day to convert the database.
I thought it might be quicker to export the raw sql using Microsoft SQL Server Management Studio Express then use something like BigDump to import the data to MySQL - but I'm not sure if this would work and can't see any export option.
Does anyone have suggestions on the best (i.e. fastest) way to do the conversion? Thanks
There are a wide variety of tools available to help you migrate a SQL Server or Access database to MySQL. We'll look at several different tools so you can choose the one that best suits your needs. The tools we will look at will include the following:
* MSSQL2MYSQL
* Microsoft DTS
* SQLyog
* Access Export
* Text Import/Export
[dev.mysql.com...]
Download Free : [dbload.com...]