I have insert/update triggers defined on two tables tableA and tableB. I want both trigger to be invoked during replication. Also I want tableA to be replicated first because trigger from tableB depends on data from tableA.
Right now, both tables are being replicated without triggers invocation.
What is the solution for getting these triggers invoked during replication with tableA first and tableB later?
Thanks for your time and reply...
Sam
Right now, both tables are being replicated without triggers invocation.
What is the solution for getting these triggers invoked during replication with tableA first and tableB later?
Thanks for your time and reply...
Sam