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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / surendra
we can create number of indexes we want but these are useful to us to speed up the retreive the records
such as these columns are simultaneously used in where clause
when we create more indexes that are not necessary to us at that time the performance is definitely decreased.
so, create indexes depends upon the usage.
| Is This Answer Correct ? | 4 Yes | 3 No |
What is an index associated with a constraint?
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
What is dynamic proxy?
What is a named program unit?
what are the disadvantages of hierarchial database over RDBMS?
how many types of index?
How to get execution path reports on query statements?
What do you understand by a database object? Can you list a few of them?
how to select second mauximum value in a given table under salary column
how do u know the total no of rows in a table?
What is the recommended interval at which to run statspack snapshots, and why?
which institute and which faculty is providing best training for oracle sql, plsql in hyderabad