Question : inserts - loops vs one in statement

what are the benefits of doing an insert in one shot over a loop?

what circumstances may it be helpful to do it though a loop?

Answer : inserts - loops vs one in statement

When you need to do say 200K inserts and need to keep your lof file in control you can go for a loop inserting say around 1000 records at a time checkpoint ing after every iteration
Random Solutions  
 
programming4us programming4us