I have a MySql database (tables + data) I wish to move to a Sql Server 2005 database keeping data intact (I know there will be some minor differences in data types).

I'm looking for any tutorial, tool, article that will help me with this.

Thanks

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Begin with Microsoft's guide for migration: Migrating to SQL Server 2008 , and then look at Microsoft's specific guide for mySQL to SQL Server: Guide to Migrating from MySQL to SQL Server 2008

link|improve this answer
Thanks, it didn't work because it's SQL Server 2005. I updated my question – Pierre Dec 2 '10 at 13:07
Ok thanks to your link I found another one that just did it: microsoft.com/downloads/en/… – Pierre Dec 2 '10 at 13:22
feedback

Your Answer

 
or
required, but never shown