Hi,
I am using VB.Net 2008 + SQL server 2005 express.
I have tables with string fields that used to store names and many text data of any kind, i need to have the ability to find similar words and not just the words the user type to search.
For example: if i have in my database the text "Hallo" and the user wants to find "Hello" i would like to show him in my results all what i found that contain "Hello" but also "Hallo".
Can i do that in SQL?
Thanks