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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-02-24 : 21:42:23
|
| Michael writes "I have installed full-text indexing on my Win 2000 server running sql 7.0.I have made sure the Microsoft Search service is running, and I have created and populated a full text catalog on the test database Pubs.My problem is that even the most simple queries result in the same errorE.Gselect * from pubs where contains(title,"The")gives the errorServer: Msg 7607, Level 17, State 1, Line 1Search on full-text catalog 'FTpubs' for database ID 5, table ID 261575970 with search condition 'the' failed with unknown result (3145f970)." |
|
|
chadmat
The Chadinator
1974 Posts |
|
|
|
|
|