I am using the SQL Server 2008R2, I have the following table named Emps
ID Name Title
1 XYZ Manager
2 ABC CEO
3 LMP Clerk
4 XYZ Manager
5 XYZ Manager
Data in row 1,4 and 5 are same, Now what i want is to keep only one entry and delete all other existence of the duplicate record, one thing i should mention is my data is already inserted into database and i have to remove the duplicate data. Kindly Guide me is there any solution for it.
