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 2000 Forums
 SQL Server Development (2000)
 CONTAINS question

Author  Topic 

juvethski
Starting Member

46 Posts

Posted - 2005-09-15 : 12:28:56
i just created a table (test_word) and enabled the full-text indexing (using the wizard). was able to do it successfully. i added a row with a value 'I am dying'. i ran this simple script:

select word1
from test_word
where contains(word1,' FORMSOF (INFLECTIONAL, died) ')

but its not returning any rows.
what am i doing wrong? thanks!!

juvethski
Starting Member

46 Posts

Posted - 2005-09-15 : 13:13:48
no need to respond on this, i was able to make it work. thanks.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-09-16 : 01:10:07
Interested to know how you solved it

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -