Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Full-Text query

Author  Topic 

Dennis Falls
Starting Member

41 Posts

Posted - 2009-07-31 : 16:39:41
I have several queries which contain more than 100 LIKE statements. I have created a full-text index on the table and have no problems with simple terms in the WHERE CONTAINS statement. However I have several statements like this -- LIKE '%[^a-z]ams[^a-z]%'. Is there a way to write this in a CONTAINS statemet? I can't put a space on either side, there are time when the result is (ams) or other symbols.
   

- Advertisement -