Paging Records Using SQL Server 2005 Database - ROW_NUMBER Function

Posted on C# Corner See other posts from C# Corner
Published on Apr 26, 2010 Indexed on 2010/04/26 15:04 UTC
Read the original article Hit count: 250

Filed under:
SQL Server 2005 has a ROW_NUMBER Function that can help with paging records for you database applications. ROW_NUMBER returns a sequential number, starting at 1, for each row returned in a resultset.

© C# Corner or respective owner