Would it be a good idea to create an index on a table that
always contains 10 records? Why or why not?
Answer Posted / laxman
Not a good idea.
Indexes are used for improve select query performance.
indexes will be useful when the data is more and more.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the latest version of microsoft sql server?
How will you go about resolving deadlocks?
what method you can use to reduce the overhead of Reporting Services data sources?
What is query and its types?
What is a with(nolock)?
Which are the important points to note when multilanguage data is stored in a table?
Explain what is log shipping?
how many type of indexing in database?
What is read uncmmited?
What is snapshot replication?
What is difference between aggregate and analytic function?
Explain the xml support sql server extends?
What is system stored procedures?
How you can get a list of all the table constraints in a database?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas