Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

two-way triggers

Status
Not open for further replies.

j9

Programmer
Jun 6, 2001
90
0
0
US
I need to keep similar tables in two different databases in synch. This is what I want to do:

-Any column update to database1.mytable should trigger the same column update to database2.mytable.
-Any column update to database2.mytable should trigger the same column update to database1.mytable.

How do I avoid an 'infinite loop' that would be caused by the firing of the triggers?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top