we ran into an issue where we need to test two varchar numeric strings. So if we had one string like '123456' and '123465'. The character could be swapped at any place in the string. I have no clue what to even Google for help with this, but my hope would be to assign a match ranking percentage. Is that even feasible? Any direction would be extremely appreciated.
Asked
Active
Viewed 179 times
1 Answers
2
You might google "Levenshtein distance". Here's a potentially relevant answer:

Community
- 1
- 1

Matthew Nizol
- 2,609
- 1
- 18
- 22
-
I think that's going to do the trick. Thanks for the direction Matt. – CSharp821 Jan 27 '15 at 13:53