I\'m involved with a SQL / .NET project that will be searching through a list of names. I\'m looking for a way to return some results on similar first names of people. If se
To select similar sounding name use: (see MSDN)
SELECT SOUNDEX ('Tom')