What is an execution plan? How would you view the execution plan?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

In the below query i have performed the commit transaction statement but still the values after the save are not saved. Can you please let me know why are the statements after save are rolled back even after commiting the data. help me with the understanding declare @trans2 varchar(10)='transaction2' begin transaction @trans2 insert into emp values(100,'xy',600); save transaction @trans2 insert into emp values(200,'pq',700); insert into emp values(300,'pq',800); commit transaction @trans2 rollback tran @trans2

1 Answers   AllState,


What do you mean by data integrity?

0 Answers  


Explain multiserver query

0 Answers  


i have a table like this Eno ename 1 a 2 b 3 c i want to display ename and bossname from table hint boss is also an employee

3 Answers   NIIT,


Do you know the capabilities of cursors?

0 Answers  






Distinguish between nested subquery and correlated subquery?

0 Answers  


how we can store the value like that 001,003,023 etc in sql server 2005

7 Answers  


Ek lifafa 10 noto se bhara hai usme 2 or 5 ke note nahi hai aur usme total 50Rs hai, to batao lifafe me kon se not kitne hia it’s a challenge thank’s

6 Answers   Broadridge,


Where can you add custom error messages to sql server?

0 Answers  


What is the sql profiler?

0 Answers  


What is the difference between nvl and nvl2?

0 Answers  


Explain Trigger with an example?

2 Answers  


Categories