0

I've two database tables in different databases.

Every insert, update or delete at one of the tables should effect the same on the other side.

Goal should be to keep both Tables synchronized.

Should this be done by Trigger, Replication or something else?

Dale K
  • 25,246
  • 15
  • 42
  • 71
Don Lewis
  • 87
  • 1
  • 7
  • Does this answer your question? [SQL Server - synchronizing 2 tables on 2 different databases](https://stackoverflow.com/questions/13613983/sql-server-synchronizing-2-tables-on-2-different-databases) – Amira Bedhiafi Nov 18 '19 at 08:02
  • replication is a good feature to sync database/tables – Mukesh Arora Nov 18 '19 at 08:39

0 Answers0