Fixed
Details
Details
Assignee
Alex Zaytsev
Alex ZaytsevReporter
Fernando Javier Sosa
Fernando Javier SosaLabels
Components
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created January 27, 2012 at 7:33 PM
Updated September 21, 2014 at 12:42 PM
Resolved September 30, 2012 at 8:20 PM
I dont' know if this is the way to report this requirement:
I read that SQL Server 2012 will support paging in this way:
SELECT BusinessEntityID, FirstName, LastName
FROM Person.Person
ORDER BY BusinessEntityID
OFFSET 10 ROWS
FETCH NEXT 10 ROWS ONLY;
Is it possible to take adventage of this new sintax in order to get result paged?
Thank you in advance and sorry if this is not the media to report this request.