Tag: Techniques

Pseudo Code for batch processing using WHILE LOOP

[code language="sql"] /* Note : Make sure your table/dataset which you wish to process in batches has the column with running number such as an identity column or if not then dump the data in some local scoped temporary/hash table with column as RowID which can be generated using the ROW_NUMBER() function if you are … Continue reading Pseudo Code for batch processing using WHILE LOOP