Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL server indexing question
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00954338
Message ID:
00954455
Views:
17
Angie,

You can use the QueryAnalyzer and it's Show Execution Plan feature to examine what SQL plans to do with the query. It will give you a nice graphical representation of the query. In general if it says it's going to be doing a TABLE SCAN if there is no useable index and generally that's bad (ie slow).

You can also use the index optimizer to let the database determine what indexes will best support the queries being run.

>Thank you so much for clarifying the issue. It is greatly appreciated!
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform