Retrieving Huge Data From DB in steps of 1000
From: SSP (anonymous_at_discussions.microsoft.com)
Date: 06/02/04
- Next message: Niraj Ranka: "Web Data Mining"
- Previous message: Adam Machanic: "Re: More DATE issues"
- Next in thread: Eric.Li: "Re: Retrieving Huge Data From DB in steps of 1000"
- Reply: Eric.Li: "Re: Retrieving Huge Data From DB in steps of 1000"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 00:04:59 -0700
Hello,
I am working on a application that involves processing
60,000+ rows of records from one table alone. This table's
child tables have probalby double the number of records
than that are present in the parent.My question is how can
I retreive records in say steps of 1000 process them ,
then go to the next 100o records in the same table,
process them and so on.
Ideally I would prefer it done on the SQL Level, through
Stored Procedures, Cursors,etc. But I am not sure how to
do it. So would someone plz help me with a example on how
to do this or a much a better aprroach if present would
be very highly appreciated.
Thanx,
SSP.
.
- Next message: Niraj Ranka: "Web Data Mining"
- Previous message: Adam Machanic: "Re: More DATE issues"
- Next in thread: Eric.Li: "Re: Retrieving Huge Data From DB in steps of 1000"
- Reply: Eric.Li: "Re: Retrieving Huge Data From DB in steps of 1000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|