I solved this problem by creating a cursor for the field you would put in the search term and looping over each search term. For each of the search terms I insert the results of the fuzzy search into a table. I don't know if it's the most efficient way to do it, but it works. I just submitted a blog post about it called Fuzzy Matching Dirty Data. About a year late, but hopefully this will help someone.
↧