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 |
What are binary string data types in ms sql server?
There is table like Events...in that name ,startdate ,enddate,location are the column names write a stored Procedure for this table to get events by Months "GetEventsByMonths"
How many full-text indexes can a table have?
How to make a column nullable?
Explain what is the purpose of sql profiler in sql server?
Introduction of rollup clause using sum and group by clause?
What is a heap?
What is difference between index and primary key?
What are views in ms sql server?
What is #table in sql server?
What is the order in which the sql query is executed?
What is constraints and its types?