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 do you migrate data from mssql server to azure?
What is linked report?
Explain the truncate command?
What is history table in sql server?
Do you know what is lock escalation?
Explain what stored procedure sp_replcounters is used for? : sql server replication
What is data file in computer?
What is the stuff?
What is the significance of master, tempdb and model databases?
What is cursor in ms sql server?
Do you know what is fill factor and pad index?
Explain the concept of recursive stored procedure.
What is user-defined functions? What are the types of user-defined functions that can be created?
What is executereader?
What do you mean by a Composite primary key?