following query is extremely slow.
Slow (1min 57 sec): select top 50000 * from Digital where identitycol > 1350000
Fast (3 sec): select top 50000 * from Digital where identitycol > 100
the table has about 3.000.000 rows. Is there a way to speed up this query?