Search:     Advanced search
Browse by category:
C/C++   |   Java   |   Oracle/Database   |   SAP   |   ASP .NET   |   Mainframe-DB2   |   Freshers

When is the use of UPDATE_STATISTICS command?

Add comment
Views: 52
Votes: 0
Comments: 0
This command is basically used when a large processing of data has occurred. If a large amount of deletions any modification 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.
Others in this Category
document What is De-normalization?
document Q: Explain the concept of NULL
document What is NOT NULL Constraint?
document Q: When do you use WHERE clause and when do you use HAVING clause?
document What are the different index configurations a table can have?
document What are the advantages of using Stored Procedures?
document How can we rewrite sub-queries into simple select statements or with joins?
document How to get @@ERROR and @@ROWCOUNT at the same time?
document Name 3 ways to get an accurate count of the number of records in a table?
document Q: Please explain Outer Join in SQL
» More articles



RSS