Hello to all,
I have a question regarding comnunication and data transmission between SQL and MySQL databases.
I have established a connection between SQL and MySQL, and i have a database on SQL server, what i need is to transmit data from the SQL database to the mysql database every 30 min.
What do i need to do to have such a communication between the two databases.
In SQL i have linked servers , with only one database from the MySQL server, tested the connection and it's ok. Do i need a script or is there something else that i need.
Thank you,