Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. It was developed and patented in 1918 and 1922.
One of the functions available in SQL Server is the SOUNDEX() function, which returns the Soundex code for a given string.