Hi All,I have a list of 40 sensitive words that I need to match on a varchar string. I have set up a full text index and using the CONTAINS keyword I have managed to extract the required strings that contain these sensitive words.The user only wants to see the word used not the full text string. How could I combine the CONTAINS a PATINDEX/CHARINDEX to retrieve just the word used?Any help would be greatly appreciated, thanks.Gary
↧