0

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!

Nikita Silverstruk
  • 1,097
  • 1
  • 20
  • 42

1 Answers1

1

I don't remember how flexible was the sql server exporting service, but it sounds you need a custom script to do it.

ppk
  • 568
  • 1
  • 7
  • 20