How can I enforce to use particular index?
Answer / 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 |
What is the difference between osql and query analyzer?
What are various aggregate functions that are available?
What are the different type of replication in sql server?
In clustered and non clustered indexes which one is faster while executing a query ?
What command is used to rename the database?
How to read 2nd highest sal from EMP table?
How do you read transaction logs
What is the purpose of optimization?
Does partitioning improve performance sql server?
How to link tables in sql server?
What is Self Join?
hi i gone though satyam interview. what is Acid Properties?