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!

4
  • One-time job or recurring sync? Commented Jan 26, 2012 at 23:51
  • Maybe this other post might help you: [How to export data from SQL Server 2005 to MySQL][1] [1]: stackoverflow.com/questions/129/… Best Ragards Commented Jan 26, 2012 at 23:58
  • Eugen, its a recurring sync. Every hour. BizApps, Thanks! Commented Jan 27, 2012 at 19:19
  • BizApps, I believe that post is for moving the whole database, isn't it? Commented Jan 27, 2012 at 19:21

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

1 Comment

Thats what I was thinking about but was still wondering if there is any kind of solution...

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.