adspace


What is query optimizer in sql server?

Answer Posted / Sapna

The Query Optimizer in SQL Server is a component that determines the most efficient execution plan for a given SQL query. It considers various factors, such as indexes, statistics, and join orders, to create an optimal plan.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1057


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

1141


Where can you add custom error messages to sql server?

1229


Can you index views?

962


Why should you use or avoid select * statements?

1127


What are wait types?

1270


Disadvantages of the indexes?

1235


How to rebuild the master database?

1176


How raid can influence database performance?

1133


List out the different types of locks available in sql server?

1060


What is sql or structured query language?

1239


Why use identity in sql server?

1213


What kind of problems occurs if we do not implement proper locking strategy?

1511


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

1213


What is a view in sql?

1057