Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querying many records

Status
Not open for further replies.

memi

Programmer
Oct 17, 2001
7
IL
Hi Guys.

I need to query a table with about 1 million records in my ASP page.
I need to page this table. My system has about 1,000 users.
I know that if I'll use the paging mechanism in the ADO (pageSize, absolutePage, pageCount), all the data will be loaded to the server or client (which is IIS in this case), and if 50 users will load 1 million records each, the server probably will crash.

What can I do to avoid this? Did I miss something in the ADO?
 
Would it be feasible to break the table into seperate tables by ways of a stored procedure?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top