Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Which of the following is better Optimized
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00307908
Message ID:
00307923
Views:
11
Totally agree with you, Jim.

Shawn, if you had already created indexes for the keys that are used at the Select you will have better task (although, VFP create them automatically, but you win if you had created them).
Try not to use SELECT * FROM ... (this is an advice from Microsoft).
Like Jim said, try to use the where condition for filtering the query, not to ensure relations between tables.

Cheers,

Ricardo
Previous
Reply
Map
View

Click here to load this message in the networking platform