What is the query optimization statistics?

Answer Posted / flora

The SQL Server query optimizer uses distribution statistics when creating a query plan. The statistics provide information about the distribution of column values across participating rows, helping the optimizer better estimate the number of rows, or cardinality, of the query results

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a benefit of using an after insert trigger over using a before insert trigger?

758


How to create function with parameter in sql server?

795


How to get @@error and @@rowcount at the same time?

788


What is sql stored procedure?

810


you have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation? : Sql server administration

728


What is store procedure?

836


What is tabulation?

722


What is difference between order by and group by?

781


can any body tell me how to know the password of current user in sql server

1810


You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?

113


Can a function call a stored procedure in sql server?

716


What is the use of nvl work?

746


SQL Server Architecture ?

2146


What are the purposes of floor and sign functions?

749


How to count groups returned with the group by clause in ms sql server?

756