Subject | About trigger |
---|---|
Author | nathanelrick |
Post date | 2012-02-02T14:05:53Z |
Hello,
when i execute several insert (or update or delete), is it possible to create a trigger that will be raise not on each insert/update/delete but at the end of these "bulk" inserts ? i can off course call the stored procedure from the program but for good database integrity i prefer that the database do it itself ... i thing that their is no possibilities to do so but in case ....
when i execute several insert (or update or delete), is it possible to create a trigger that will be raise not on each insert/update/delete but at the end of these "bulk" inserts ? i can off course call the stored procedure from the program but for good database integrity i prefer that the database do it itself ... i thing that their is no possibilities to do so but in case ....