Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Would it be a good idea to create an index on a table that
always contains 10 records? Why or why not?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me some of the common replication dmv's and their use? : sql server replication

972


What is the correct order of the logical query processing phases?

993


How to find the version of sql server? : sql server database administration

1161


While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?

1036


Why the trigger fires multiple times in single login?

1280


How to create indexed view?

1104


Explain the categories of stored procedure?

978


When would you use the stored procedures or functions?

1050


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

1020


When we should use and scope of @@identity?

1041


What is the partitioning method?

1064


Explain steps of normalization?

1061


Write the syntax for stuff function in an sql server?

1071


Detail about the hardware which is supported by SQL server?

1116


How global temporary tables are represented and its scope?

1012