How can I enforce to use particular index?



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

Post New Answer

More SQL Server Interview Questions

How get current date in SQL server 2000

6 Answers   Cap Gemini,


What are the options which must be set to allow the usage of optimistic models?

0 Answers  


What is your recommendation for a query running very slow? : sql server database administration

0 Answers  


Explain timestamp datatype?

0 Answers  


What is difference between process and thread? Explain lazy writer funcationality.

2 Answers   Microsoft,






What is the difference between insensitive and scroll cursor?

0 Answers  


How you can get the list of largest tables in a database?

0 Answers  


Does dbcc checkdb requires db to be in single_user mode? : sql server database administration

0 Answers  


How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?

0 Answers  


What is a field name?

0 Answers  


Why truncate is ddl?

0 Answers  


Explain syntax for viewing, dropping and disabling triggers?

0 Answers  


Categories