When do we use the UPDATE_STATISTICS command?
Answer Posted / sivakumar
That command is used to rebuild indexes on tables, which
can speed up queries. You might want want to do it whenever
a large amount of data has been deleted or added. It can be
complicated to determine whether it is more efficient to do
this, or to just let the statistics rebuild automatically
so, as usual, testing is called for in each individual case
to get optimal performance.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
what is isolation level at dead lock?
What is update locks?
What is the difference between insensitive and scroll cursor?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What is identity?
What is the latest version of microsoft sql server?
What is the difference between left and right outer join?
How to insert data into an existing table?
How to search for a string in all stored procedure in sql server?
Why olap is used?
What are sp_configure commands and set commands?
How to use "begin ... End" statement structures in ms sql server?
What is table-valued sub query?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security