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

What factors you will consider calculating the storage requirement for that view?

0 Answers  


What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?

1 Answers  


How to start sql server browser service?

0 Answers  


Why it is recommended to avoid referencing a floating point column in the where clause?

0 Answers  


What are the differences between ms sql server & oracle?

0 Answers  






what is denormalization? : Sql server database administration

0 Answers  


Which are new data types introduced in sql server 2008?

0 Answers  


How to handle errors in Stored Procedures. I want to display a message to the user in the .aspx page that is calling a stored procedure in it's code behind. please help me.

2 Answers   247Customer,


How to generate create function script on an existing function?

0 Answers  


Give an example of why you would want to denormalize a database

0 Answers  


How connect excel to sql server?

0 Answers  


How you can get a list of all the table constraints in a database? : Sql server administration

0 Answers  


Categories