Couple of years ago I needed to implement a kind of fuzzy matching algorithm in SQL Server. Today I have just found my code 😊. I implemented it in SQL 2005 and it works on newer versions as well. Code is based on the Damerau–Levenshtein distance algorithm. I was using a SQL CLR user defined scalar function: inputs are …
Tovább..