adspace


When is update_statistics command used?

Answer Posted / Drishti Bharti

"The UPDATE STATISTICS command in SQL Server is used to rebuild or create statistics for an indexed column. Statistics help the Query Optimizer make better decisions regarding query execution plans, improving performance when running queries involving WHERE, JOIN, GROUP BY, and ORDER BY clauses.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different types of constraints?

1001


What are the kinds of subquery?

1107


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1133


Does view occupy space?

1019


what is the difference between openrowset and openquery?

1194


How to rebuild the master database?

1166


What is an indexed view?

1022


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1197


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8230


Why should you use or avoid select * statements?

1109


Equi join and non equi join is possible with sql server?

1134


What is subquery? Explain the properties of a subquery?

1059


List the ways in which dynamic sql can be executed?

1086


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2295


What is a view in sql?

1040