Hi i want to migrate the tables from SQL Server to mysql,
Can please refer some good tools or give some 开发者_开发技巧suggestion , how to start the migration ,
Also please tell me how to export the table in SQL Server.
Thanks
i can tell how to do it manually. first you go to SQL Management Studio, then right click on database, then Tasks | Export data, then there is a wizard. As destination you select flat file. Then use mysqlimport utility
精彩评论