There is a scenario, I have a SQL Server with tones of data in it. I need to copy certain fields from certain tables (hardly ever the whole table) to another server which runs MySQL.
Also there is another server with PostgreSQL. I need to do the same thing with it.
Is there any know way to accomplish that?
Thank you in advance!
I don’t remember how flexible was the sql server exporting service, but it sounds you need a custom script to do it.