What is difference between index seek vs. Index scan?


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

Post New Answer

More SQL Server Interview Questions

How to add a new dsn with the odbc driver for sql server?

0 Answers  


How to find the second highest salary of an employee?

0 Answers  


What is Index Segmentation ?

1 Answers   TCS,


You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date

0 Answers  


What is oltp (online transaction processing)?

0 Answers  


What is hot add cpu in sql server 2008?

0 Answers  


Following are some of the question related to below mentioned query? select e1.salary from employee3 e1 where 2= ( select count(distinct(e2.salary)) from employee3 e2 where e2.salary>=e1.salary ) 1) What the query returns? 2) How it works? - Detail explanation (what the sub query does, why it is (where 2=)....etc...Please?

5 Answers  


What is always encrypted?

0 Answers  


How make remote connection in database?

1 Answers  


how to take backup bcp out for a column in table in sql server?

0 Answers  


How do you persist objects, permissions in tempdb

1 Answers  


What is unpivot?

0 Answers  


Categories