Home All Groups Group Topic Archive Search About

how to display 10 rows at a time when 1000's returned form sql query

Author
8 Jun 2006 5:15 AM
Daniel
how to display 10 rows at a time when 1000's returned form sql query

how to select the 20th-30th row in a where clause? e.g. select the 20th to
30th employee who name is 'bob' in tsql. i need this because my select often
returns 1000s of rows and i want to display them in pages of 10 at a time
but without loading all 1000's into the web app at once!

Author
8 Jun 2006 5:32 AM
Uri Dimant
Daniel
http://www.aspfaq.com/show.asp?id=2120




Show quote
"Daniel" <softwareengineer98***@yahoo.com> wrote in message
news:eHZqRqriGHA.3884@TK2MSFTNGP04.phx.gbl...
> how to display 10 rows at a time when 1000's returned form sql query
>
> how to select the 20th-30th row in a where clause? e.g. select the 20th to
> 30th employee who name is 'bob' in tsql. i need this because my select
> often returns 1000s of rows and i want to display them in pages of 10 at a
> time but without loading all 1000's into the web app at once!
>

AddThis Social Bookmark Button