2

I need to create a trigger in SQL Server.

Trigger works:

If I found new line where T = 'A'; then add this line to PostgreSQL table.

Is it possible to create it, without software?

(I know how to create trigger, but how to create connection between two servers?

1 Answer 1

1

You will need to setup postgres as a linked server to SQL server.

See this article to see how to do so.

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

Comments

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.