Migrate MySQL database to Sql Server
Posted
by RPK
on Stack Overflow
See other posts from Stack Overflow
or by RPK
Published on 2010-06-15T07:37:37Z
Indexed on
2010/06/15
7:42 UTC
Read the original article
Hit count: 193
I recently encountered a problem in my production database due to MySQL bug. The bug is in the TimeStamp column. To avoid any inconvenience, I want to migrate the database to either Sql Server.
Is there any FREE tool to easily and reliably migrate data and table structures?
© Stack Overflow or respective owner