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


Please Help Members By Posting Answers For Below Questions

How to write an inner join with the where clause in ms sql server?

777


Explain collation?

813


What is set nocount on?

709


Write a code to select distinct records without using the DISTINCT keyword.

879


Do you know what are the properties of the relational tables?

822


Explain the steps to use transact-sql cursor?

678


What is scrollable cursor?

774


What is mapping schema?

792


How can i Relate Tables in SSIS

832


What is identity?

778


Can we use where clause in union?

810


Explain Capacity planning to create a database? and how to monitor it?

3971


what is difference between view and Dip.

2209


What is the openxml statement in sql server?

776


How to drop an existing table?

754