What is excution Plan in sql server



What is excution Plan in sql server..

Answer / cla

A query execution plan outlines how the SQL Server query optimizer actually ran or possibly run a query

Is This Answer Correct ?    6 Yes 4 No

Post New Answer

More SQL Server Interview Questions

How can you control the amount of free space in your index pages?

0 Answers  


Tell me what do we need queues in sql service broker?

0 Answers  


How will you add a dimension to cube? : sql server analysis services, ssas

0 Answers  


How to get a list of columns using the "sp_help" stored procedure in ms sql server?

0 Answers  


What is the architecture of ms sql reporting service?

0 Answers  






Explain the functionalities that views support?

0 Answers  


You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?

0 Answers  


What is Stored Procedure? What is Views in sql server? Difference between a User Defined Function and a Stored Procedure Difference between a primary key and a unique key? What is a join and explain different types of joins. Difference between temp table and table variable Difference between Triggers and Stored Procedures Difference between UNION ALL Statement and UNION What is COALESCE / Why do we use COALESCE? Why we use SET ROWCOUNT in Sql How many clustered index can have a table How many types of local tables in SQL SERVER Difference between DELETE and TRUNCATE What is Aggregate Functions? What is Row_Number()? What are Ranking Functions? What is NOLOCK? What is CTE? What are the Advantages of using CTE? What is the STUFF function and how does it differ from the REPLACE function? What are the difference between clustered and a non-clustered index? What are the different index configurations a table can have? Difference between a HAVING CLAUSE and a WHERE CLAUSE? Difference between SET and SELECT Provide all the built in string function of SQL SERVER Difference between char and varchar data types Define candidate key, alternate key, composite key. What are constraints? Explain different types of constraints. What is a self join? Explain it with an example. How will you convert table row to a column comma separated value

4 Answers   ACS,


What is difference between count (*) and count column?

0 Answers  


How to concatenate two binary strings together?

0 Answers  


You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?

0 Answers  


What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?

3 Answers   Microsoft, TCS, Techastrum,


Categories