Sql Server 2005 Pagination
By Patrick Irvin • Jun 18th, 2008 • Category: SQLSQL Server 2005’s ROW_NUMBER ranking function allows you to accomplish pagination of your selected set of data. You need to determine the row number so that you can select a subset of the data. For instance, you may want to feature 5 articles on your web page. The first article flagged as featured will be [...]



