Archive for March 14th, 2009

SQL Delete Duplicate Records

SQL 14.3.2009 No Comments

I ran into the issue today with a client where their data was messed up with duplicate data (but different identity seeds) The following code only works when there is an identity seed. Remember to inlcude all the columns that would indicate a duplicate in the GROUP BY.

Read More