Hi,
I want to create an interface for fetching values from SQL Server in local machine and inserting values into MY SQL database at a remote location.Without using any third party tools how can I perform this?
Jac
try exporting everything from the sql database in CSV (comma seperated format) and import it into the mysql database