Hi,
The requirement of my application is to fetch data from a couple of tables which have millions of records. Is it possible to send the resultset from SQL batch by batch? i mean... sending first 5000 records and then the next 5000 and so on... This is because, the StoredProc takes nearly 5 minutes to fetch the data all together. So i want to split it up and append the data as they come batch by batch. Is it possible?