A process inserts approx. 10000 rows in a table at a time, then the application selects and updates one row at a time. We now want to batch approx. 1000 rows at a time. Does anyone know a best way of doing this? Thanks.