I have a msSQL DB and want to convert some tables/DBs to mySQL... How do I do that using SQL Server 2005?
Are you trying to go from SQL Server to MySQL or the other way around? Your subject and body is showing opposite issues. If you are going from MySQL to SQL Server, then yes, you can use SSIS. Let me know if this is what you want to do and I will give you the steps.
I want to use "Joomla", but since it's opensource it only uses mySQL not msSQL. So to make use of Joomla I need to convert some data that is in Microsoft SQL Server 2005, I need to convert it to mySQL. Please could you help...
Create a link server and import data from SSIS http://dineshasanka.spaces.live.com/blog/cns!22A79FCE82651673!409.entry
hi, i want to migrate my database from mysql 5.0 to sql server2005, I read that i can use SSIS but i don`t know how, can you help me please? I am a beginner in databases. thanks in davance. sadev
1. Create a linked server with above link. 2. Use OLE DB SOurce to get from MySQL 3. Use SQL Server Destination to write them to SQL Server
When ever i migrated my database i use dbload, last year when i migrated mysql to mssql by using this tool, i found it very easy and simple and u can find it on google, so i recommend you this is tool take a look at this tool. Find Here : http://www.dbload.com