When do we use the UPDATE_STATISTICS command?
Answer Posted / govind
its used to create auto indexes on table. means non
clustred indexes are created on table.which is used to
easily craeted data pages for modification and deleteion.
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
What is a user-defined function in the sql server and what is its advantage?
What is the index requirement in SQL Azure?
How can you hide the sql server instances?
What are the 7 disadvantages to a manual system?
How to get nth highest salary from employee table.
How is table type constraint applied to a table?
Is sql server is free?
What is nested transaction?
Mention the differences between substr and charindex in sql server.
What is a derived table?
Can I work with several databases simultaneously? : sql server management studio
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
How to add a new dsn with the odbc driver for sql server?
How to find the source of a table in sql server?
How to query multiple tables jointly?