How you can find out if an index is useful to the optimizer?


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

Post New Answer

More SQL Server Interview Questions

What is compound operators?

0 Answers  


What is trigger and different types of Triggers?

0 Answers   QuestPond,


What does REVERT do in SQL Server 2005?

0 Answers   HCL,


What is always encrypted?

0 Answers  


Describe about first three Normal forms.

1 Answers   HP,


Hi All, I want to display all duplicate records in the table. My query has to fetch all the records which are duplicate(First Name or Last Name). Also I want the ability to also pull names where there might be a middle initial placed in the end of the first name field, (i.e., "Maria Z. " vs. "Maria") as well. Please guide me to find this. Table: ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 4 Shawn Livermore 5 Prem S 6 Jony Hoffman H 7 Zach Modan I need the query to filter......... ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 6 Jony Hoffman H 7 Zach Modan I hope this example will give you clear idea..... Thanks in Advance Prem

2 Answers  


Which are the new data types introduced in sql server 2008?

0 Answers  


What is an identity column in insert statements?

0 Answers  


if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?

5 Answers  


What is cursor in ms sql server?

0 Answers  


What is the stored procedure?

0 Answers  


How to drop an existing table with "drop table" statements in ms sql server?

0 Answers  


Categories