What is the purpose of UPDATE STATISTICS?
Answers were Sorted based on User's Feedback
Answer / guest
Updates information about the distribution of key values for
one or more statistics groups (collections) in the specified
table or indexed view.
Is This Answer Correct ? | 8 Yes | 3 No |
Answer / sambashiva
This is used after inserting huge rows into table or deleting from a table the pages of the index will be not in the proper way so by running this thing we can bring them to proper way.
Is This Answer Correct ? | 0 Yes | 0 No |
diffrence between Cluster Index and non Cluster Index
Explain the architecture of ms sql reporting service?
What are scalar functions?
What is the difference between TRUNCATE and DROP?
What are the advantages of user defined function?
What is the importance of concurrency control?
How do I open a .db file?
What is log cache in sql server?
MULTICAST DELEGATES IN C#.NET WITH REAL TIME EXAMPLE
How to join two tables in a single query in ms sql server?
What is an indexing technique?
What's the difference between a primary key and a unique key?