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 3362
How do I open a .db file?
What are ddl triggers and types of ddl trigger?
What are the database objects? : SQL Server Architecture
What is executereader?
What is the maximum size per database for sql server express?
What is surrogate key? : sql server analysis services, ssas
What are the joins in sql server? : sql server database administration
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
What is default port number for sql server 2000?
ow to bring suspect mode datbase online from scratch
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
List the different normalization forms?
How do you manipulate data?
Do you know what are various aggregate functions that are available?
How can I get data from a database on another server?