简体   繁体   中英

Mysql to SQL Server 2008

Am using Joomla 1.3 for one of my client website. and now I want to move it to custom asp.net application with SQL Server 2008.

What's the best opensource to handle this migration ?

In other context this answer is answered here: Migrate some data from MySQL to MSSQL


Since you already have full SQL 2008, open the Visual Studio Intelligence BI installed with your SQL installation. Then create a new project "Integration Services Project".

Therefor you create a new connection to your ODBC (should be wizards available). Then add your tables, there you can modify, convert, tranasform the data.

The complete project you can save and add as sheduled task to your sql server agent.

Here is a tutorial which explains more: http://msdn.microsoft.com/en-us/library/ms169917.aspx


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