What is the query optimization statistics?



What is the query optimization statistics?..

Answer / 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

More SQL Server Interview Questions

What objects does the fn_my_permissions function reports on? : sql server security

0 Answers  


How to enter unicode character string literals in ms sql server?

0 Answers  


How to create a dynamic cursor with the dynamic option?

0 Answers  


What is entity data services?

0 Answers  


How exceptions can be handled in sql server programming?

0 Answers  


what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration

0 Answers  


How to delete all rows with truncate table statement in ms sql server?

0 Answers  


What is the difference between upgrade and migration in sql server?

0 Answers  


Can we add our custom code in ssis?

0 Answers  


What are the restrictions that views have to follow?

0 Answers  


How do I create an extended event in sql server?

0 Answers  


what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

0 Answers  


Categories