Subject About trigger
Author nathanelrick
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 ....