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.
| 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 word1from test_wordwhere 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. |
 |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-09-16 : 01:10:07
|
Interested to know how you solved it MadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|