hello,
I have a mysql database on the server and a SQL server database on my local machine. What I want to make a script that fetches the data from that mysql database on the server and stores it into the SQL server database on the local machine. Any idea about how can I achieve that?