Nikita Silverstruk
Nikita Silverstruk

Reputation: 1117

Move data from SQL Server/PostgreSQL to MySQL

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!

Upvotes: 0

Views: 278

Answers (1)

ppk
ppk

Reputation: 568

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

Upvotes: 1

Related Questions