What is filtered index?


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

Post New Answer

More SQL Server Interview Questions

What are policy management terms?

0 Answers  


What are the different types of subquery?

0 Answers  


What is the recovery model? List the types of recovery model available in sql server?

0 Answers  


I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,


Observed that some SP’s / Jobs are processing late, how to troubleshoot to improve performance?

1 Answers  






Explain what is cte (common table expression)?

0 Answers  


Explain the truncate command? : SQL Server Architecture

0 Answers  


What are explicit and implicit transactions?

4 Answers   BirlaSoft,


How to delete an existing database user?

0 Answers  


What are built in functions?

0 Answers  


What are synonyms?

0 Answers  


what is a join? : Sql server database administration

0 Answers  


Categories