SQL Server Transact Basic to Expert - Using String Function Check Similarity Comparison of string


This blog shows how to check the similarity difference between strings compared with the other strings in an expression using SQL

Example:

SELECT DIFFERENCE ('Pleas', 'Pleece')

The expected result would be 4