Geekdojo

Tech people talking tech things
Welcome to Geekdojo Sign in | Join | Help
in Search

German Marin's Blog

Stateless Paging in SQL Server

What I would like ROWNUM , LIMIT, etc

  • SELECT TITLE FROM BOOK WHERE ROWNUM <= 5 ORDER BY TITLE  
  • SELECT * FROM BOOK WHERE RowNumber BETWEEN 11 AND 20
  • SELECT * FROM BOOK  WHERE userID = colname LIMIT 2
  • SELECT * FROM BOOK LIMIT 20, 10

... y no tengo

  1. Sent from  the client to the server the last register and the server performs a new query ("Registro de reenganche")
  2. Cache en Cliente y Servidor???
  3. Something that remember DIME???

 

Referencias:

http://www.windowsitpro.com/SQLServer/Article/ArticleID/40505/40505.html

http://weblogs.asp.net/pwilson/archive/2003/10/10/31456.aspx

http://www.windowsitpro.com/SQLServer/Article/ArticleID/43922/43922.html

http://www.codeproject.com/cs/database/PagingSqlNet.asp

http://www.codeproject.com/aspnet/PagingLarge.asp

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=31741

 

Referencias RowNum / RowNumber

http://www.joesack.com/SQLServerROWNUM.htm

 

 

Published Tuesday, May 17, 2005 11:41 AM by german

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

What do you think?

(required) 
(optional)
(required) 

This Blog

Post Calendar

<May 2005>
SuMoTuWeThFrSa
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

Syndication

Powered by Community Server, by Telligent Systems