How can I enforce to use particular index?
Answer Posted / saravakumar
You can use index hint (index=index_name) after the table
name. SELECT au_lname FROM authors (index=aunmind)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How to concatenate two character strings together?
What is cursor in ms sql server?
What is the language structure to add a record to a table?
What is view in sql?
Can group by be used without aggregate functions?
Please explain go command in sql server?
How many types of attribute relationships are there? : sql server analysis services, ssas
How to convert numeric values to integers in ms sql server?
How do you migrate data from mssql server to azure?
What do you mean by a dependent functionality in a build?
What happens to a statement batch if there is a compilation error?
What is a user-defined function in the sql server and what is its advantage?
What are the acid properties?
What is difference between commit and rollback when used in transactions?
What is an expensive query?