Efficient paging with large tables in sql 2008
        Posted  
        
            by Kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kumar
        
        
        
        Published on 2010-03-15T04:12:01Z
        Indexed on 
            2010/03/15
            4:19 UTC
        
        
        Read the original article
        Hit count: 345
        
for tables with > 1,000,000 rows and possibly many many more !
haven't done any benchmarking myself so wanted to get the experts opinion.
Looked at some articles on row_number() but it seems to have performance implications
What are the other choices/alternatives ?
© Stack Overflow or respective owner