How to De-dup a Table That Has Records Duplicated on Two or More fields Efficiently
Posted in Programming, SQL Server on October 14th, 2007 No Comments »
I was asked about this question at work and since I asked myself this question before I thought there might be a lot of people that would encounter this question. Hopfully I can save you some time if you have this question.
Suppose you have a table called MyTable that has millions of records and […]
