views:

30

answers:

1

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

+2  A: 

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

Andrey