I want to have a stored procedure that inserts a record into tableA and writes records (records) to tableB.
The stored procedure will be called from the trigger.
I want inserted records in tableA to exist even if the most remote trigger transaction is deleted.
The entries in Table A are linearly related, and I should be able to rebuild the linear connection.
Access to table A is recorded only through triggers.
How can I do it?
Jonno source share