SQL Remove Duplicate Rows using a CTE Rick Krueger | 06/18/2012 Duplicate data has a way of sneaking into database tables, so it’s nice to have a quick way to find and remove those duplicate rows. My favorite method Read More