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)
 contains

Author  Topic 

arkiboys
Master Smack Fu Yak Hacker

1433 Posts

Posted - 2009-03-18 : 04:49:19
Hi,
I tried:
select * from Table1 where contains(field1, ' "redemption of notes" ')
This returns anything that has the word "redemption" or "Notes" in it only. It seems to ignore the word "of"
It also returns "redemption Amount notes"

I wonder if I have to start using .query pr .value to achieve what I am after.
Thanks
   

- Advertisement -