Alright so I want to convert an already exist SQL Server database (2005) to a MYSQL database.
There is nothing extraordinary to be done
The only things I need to achieve is
- Recreate the tables
- Transfer data
- Relationships would be nice but not necessary
No views, no sprocs, no functions.
Any easy way to do this.
Also do you know of any Free DST (Database Synchronization Tool) which would let me do
- MSSQL to MYSQL
- MYSQL to MYSQL
- MSSQL to MSSQL (I know there is SQL Delta for this - not free though)