How you can find out if an index is useful to the optimizer?
What is compound operators?
What is trigger and different types of Triggers?
What does REVERT do in SQL Server 2005?
What is always encrypted?
Describe about first three Normal forms.
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
Which are the new data types introduced in sql server 2008?
What is an identity column in insert statements?
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?
What is cursor in ms sql server?
What is the stored procedure?
How to drop an existing table with "drop table" statements in ms sql server?