Would it be a good idea to create an index on a table that
always contains 10 records? Why or why not?
Answers were Sorted based on User's Feedback
Answer / bharathi
No it is not a good idea. Indexes are very expensive to
maintain. Indexes are created mainly to improve performace.
If there are only 10 rows in a table, creating index would
not make any difference in the performace.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / subhash
No it's not a good idea.
Table scan would be fine for smaller tables with less records. Moreover indexes need disk space. It's not necessary to create an index and waste the disk space.
Is This Answer Correct ? | 1 Yes | 0 No |
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
Can we create SP inside SP ? If no Y ? If yes Y ? Explain with an example ?
WHICH IS THE BEST INSTITUTE IN HYD FOR "ORACLE"?
What happens if the update subquery returns no rows in ms sql server?
Why would you use sql agent?
what is normalization? what is denormalization?
Do you know what are the ways available in sql server to execute sql statements?
1.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?
How do you create a clustered index?
Does sql server use t sql?
what are the advanced features in sql 2008?
What is index in an assignment?