run a trigger after record is saved in the table
We need to create a record in the child table when a new record is inserted in the parent table. Since triggers operates with #inserted record (which is not inserted in the table yet) child record cannot be created (we use referential integrity)
16
votes
Anonymous
shared this idea
-
Mike commented
This is a much-needed change. A post trigger instead of the Pre-trigger. I hope we can get more votes for this!