There is an MSSQL Server at our company and I have successfully imported the structure of it to MySQL, but have no data.
My question is:
Is there a way to synchronize the data between them?
I do have a user and passwd for the MSSQL DB, but I would need to do a nightly one way sync from MSSQL to MySQL.
Is it possible? How do I do it?