View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:14 PM
Yariv
 
Posts: n/a
Default Multiple triggers

When a trigger on one table updates another table, does it activate
the update trigger on the updated table?

For ex:

1. Table A has a trigger for update
2. Table B has a trigger for update that updates table A

Will the trigger no table A run when table B trigger updates table A?

Thanks
Reply With Quote