Controlling Trigger Execution When Bulk Importing Data
        Posted  
        
            by Vishwa
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Vishwa
        
        
        
        Published on 2010-04-29T11:28:13Z
        Indexed on 
            2010/04/29
            20:47 UTC
        
        
        Read the original article
        Hit count: 435
        
Hi
In bulk insertion only in the last record trigger is executing.
If I bulk insert 10 records the trigger is running only for the 10th record. But I need trigger to run on all 10 records.
Please help me with an example
© Stack Overflow or respective owner