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?