|
|
SQL Server 2011 aka Denali Written on November 23, 2010, by Mentor Ibrahimi. |
A few weeks back i was discussing with a friend about why Microsoft doesn’t implement any kind of paging option for result set’s in SQL Server. It is possible to implement kind of paging with ROW_NUMBER() window function, but in overall it makes code look awful. Microsoft recently release the CTP1 of its next SQL Server codenamed [...]

