We have a website database that customers enter their own data in. The data is stored in an SQL server 2000 db. The issue is that customers might enter information multiple times and we all know how bad spelling can be. I have users how are in a table many times that are obviously distinct records but i cannot figure how to get only one copy since the name or address might be off by a letter or two.
IE
1.Name john jones Company myCompany
2.Name john jonnes Company myCompany
Is there a way to do this in a SQL query?
IE
1.Name john jones Company myCompany
2.Name john jonnes Company myCompany
Is there a way to do this in a SQL query?