4

I have one PostgreSQL database and its data are being changed regularly. I want to sync all its data with my SQL Server database. One thing I can do is use query to check all required tables and columns whether data is same or changed. If changed, then update the same in SQL Server.

Is there any other method is available(like replication)? Or any synchronization software available?

marc_s
9,0626 gold badges46 silver badges52 bronze badges
asked May 6, 2014 at 9:59

1 Answer 1

2
  1. A tool like Daffodil Replicator or SymmetricDS is designed to sync between different brands of databases.

  2. You could try the tds_fdw Foreign Data Wrapper, which may be able to write to SQL Server.

answered May 6, 2014 at 16:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

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.