- Moderator
- #1
So I must be doing something wrong.
I am trying to set up Full Text search on a database with a few hundred thousand records.
I have created the catalog, defined the index using the wizard, selected the columns I wanted to be able to search on, and waited the hours to create the index.
When I do a query like this, however:
SELECT * FROM MyTableName WHERE FREETEXT(*,'GIRL SCOUTS')
I get 0 records.
I should be getting a crapload of records.
I've also tried CONTAINS(*,'GIRL') and still got nothing.
Any thoughts? I must be missing something simple and stupid.
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
I am trying to set up Full Text search on a database with a few hundred thousand records.
I have created the catalog, defined the index using the wizard, selected the columns I wanted to be able to search on, and waited the hours to create the index.
When I do a query like this, however:
SELECT * FROM MyTableName WHERE FREETEXT(*,'GIRL SCOUTS')
I get 0 records.
I should be getting a crapload of records.
I've also tried CONTAINS(*,'GIRL') and still got nothing.
Any thoughts? I must be missing something simple and stupid.
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg