Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL / Index / Rushmore
Message
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01327603
Message ID:
01327617
Views:
8
Thank you very much, but to be clear, I will not be able to run the "query optimizer" on all queries and I just was looking for a yes/no answer as to whether Microsoft's SQL 2005 will use indexes automatically.

Are you saying, without the query optimizer or this SSMS it won't use indexes? Why the extra steps to get SQL to use indexes?

The queries I am talking about are embedded SQL commands in c# source code, not external commands.

Also, I cannot access your link.

Kind regards,
Derek

>>>>>>Use SSMS to run your query and activate the "execution plan". It will tell you which index are used (if any). The SQL engine is automatically using indexes when the query optimizer determines that it will be helpful.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform