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
|
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 | ||||
|
feedback
|
|
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 | |||||
feedback
|