Thursday, December 13, 2012

When is the use of UPDATE_STATISTICS command?


This command is basically used when a large amount of data is processed. If a large amount of deletions, modifications or Bulk Copy into the tables has occurred, it has to update the indexes to take these changes into account. UPDATE_STATISTICS updates the indexes on these tables accordingly.

(Read more here
http://ow.ly/g464c )

No comments:

Post a Comment