Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get next n records from previous call
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00691967
Message ID:
00692529
Views:
29
>In that case MSSQL (or any) will never win from native DML on performance, will it ?

I don't see where you're going. The issue is not with SQL Server but with SQL in general. Paging requires that you take a subset of a sequence of rows. In a relational database, the rows of a table are not stored in a specific order. You can't rely on the row being in a physical location. It can be moved depending on the manipulation that is occuring to it.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform