Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make this SQL rushmore optimized
Message
 
 
To
12/04/2010 20:32:34
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01459829
Message ID:
01459833
Views:
70
>>An index on pkfield ought to do it.
>>
>>What data type is pkfield?
>
>Correction. The field is Numeric(6,0) but there is an index tag on this field. Yet, Rushmore is not used.

Try
select * from myTable where pkfield IN (select top 100 pkfield from myTable order by pkfield DESC)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform