Hello Everyone,
I've got a SQL Server 2000 table that contains typical contact information. Each unique contact in the table has a unique visitor#. I need to remove all duplicate records of the same visitor# while preserving the colums that are not being evaluated as unique. The end result is to have only one record for each contact. Does anyone know how to remove the duplicate records based on one field only, while preseving the remaining fields? Thank You
I've got a SQL Server 2000 table that contains typical contact information. Each unique contact in the table has a unique visitor#. I need to remove all duplicate records of the same visitor# while preserving the colums that are not being evaluated as unique. The end result is to have only one record for each contact. Does anyone know how to remove the duplicate records based on one field only, while preseving the remaining fields? Thank You