Help on Trigger
Hi All,
I have a problem with using Triggers. I have 2 tables which have the same columns but are situated on 2 different databases. I need to write triggers for Insert, Update on both databases, so that if I Insert a record in the Table in Database 1 it should be reflected in the Table in Database 2.Same vice-versa. There are Unique Keys on both sides on which Insert,update Triggers would run.
Kindy help me in how to go about it.
I am having problems in while Inserting as Inserting in Database Table is firig the Triggers for the table in the Other Database and resulting in error.
|