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 provide values to user defined function parameters?
What is the full form of ddl?
What is transaction server auto commit?
What are the different types of columns types constraints in the sql server?
what is sql server? : Sql server database administration
What is full outer join in sql server joins?
Explain about the command-line tool SQLCMD?
Tell me what is de-normalization and what are some of the examples of it?
How much memory that we are using in Logshipping Concept?
How do you create a data source?
How to convert a unicode strings to non-unicode strings?
How to test a dml trigger in ms sql server?
Disadvantages of the indexes?
1. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
Explain collation?