Greetings all,
Can anyone recommend a tutorial on writing triggers, aside from what's in
the documentation?
Can a trigger in a table in Database_A alter/insert data in a table in
Database_B?
Can I write a trigger such that, it runs on every insert into Table_A, and
inserts a subset of fields of this insert into Table_B, but if this is not
successful, then the insert on Table_A also fails?
Thanks
-Josh