November 20, 2003 03:20 PM

Server-Side Paging with SQL Server

An easy stored procedure lets you control data flow and efficiently access millions of records
Rating: (0)
SQL Server Magazine
InstantDoc ID #40505
Web applications commonly use record paging to present large amounts of information to users. For example, an Internet search engine usually returns tens of thousands of results for a user's query. If the engine returned all those results at once, the receiving system would be overwhelmed. But paging breaks the data into fixed-size blocks that make the results manageable and reduces the amount of information that moves between the server and the client at one time. The application gives users on...

...This article is for paid Professional Members only.

Already a Professional Member? Please log in now:

NOT A PROFESSIONAL MEMBER? YOU CHOOSE:

Professional Membership

Monthly

Annual

VIP Membership

Monthly

Annual

Add a Comment

Line 102 of Listing 4 is missing a closing quotation:

') AS tbl (id)

John Payne 2/11/2004 1:44:02 PM


You must log on before posting a comment.

Are you a new visitor? Register Here