简体   繁体   中英

a best tool to copy data from mssql to mysql

I need to change an application from mssql to mysql.

So I have to copy all of existing data from mssql to mysql. I need a sufficient tool for this.

Which tool would be best for doign so?

Thanks in advance.

In my case I move mssql database to access and then from access to mysql using free tool http://www.bullzip.com/products/a2m/info.php .

I've just wrote an article on my blog about that, you can find it http://blog.koko.ge/?p=22 .

Welcome to SQL Server Import and Export Wizard http://msdn.microsoft.com/en-us/library/ms187710.aspx

SQL Server Integration Services http://msdn.microsoft.com/en-us/library/ms141026.aspx

1.Open SQL Server Management Studio on your local machine.
2.Right click the Databases folder. From the pop-up menu, select New Database.
3.Enter a database name, and then click Ok.
4.Right click the new database icon. From the pop-up menu, select Tasks -> Restore -> Database.
5.Select the From Device option, and then click the browse button.
6.Click Add and navigate to the appropriate file. Click Ok.
7.In the Restore Database window, select the checkbox next to your BAK file.
8.Switch to the Options page. Select the Overwrite the existing database checkbox. Click Ok.
9. Verify the contents of your database, which is now active on your local machine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM