what is the maximum number of indexes i can create for a
table?
What happens if i create indexes for all the columns of a
table? Will it slow down the speed of retrieval

Answer Posted / nawazish sultan

In sql server 2005 we create 250 indexes (1 clustered + 249
non clustered) where as in sql server 2008 it 999.
It is not a best practice to create indexes on all the
columns.Create index on whichever it is necessary becoz it
wont affect too much on DRL but it will obviously slowdown
the DML operation.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the uses of synonyms?

693


How do I know if oracle client is installed on windows?

584


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

1603


Explain oracle’s server parameter file.

659


State any two functions of oracle?

704






How to update a table row with a record?

681


how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?

4832


How to shutdown your 10g xe server?

706


Give syntax for SQL and ORACLE joins.

721


What are advantages of dateset in datastage?

1870


How many types of database triggers exist?

646


How to call a stored function with parameters?

641


How to create a new oracle data file?

640


Describe varray?

688


What are the execution control statements in oracle?

689