I've created an insert trigger that works if I add records manually using PCC. But when I use our accounting app to insert a new record in the same table the trigger doesn't fire. Thoughts?
We're doing ETL between to databases (A and B) and want to poll database A for changes and send them to database B.
Now knowing that triggers won't work the worst I can do is to replicate table A on a temp table and run queries on a join of the two for changes on the columns that I want.
But I want to know if there is a workaround before doing this.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.