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 Administration (2000)
 full text indexing problems

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 error

E.G

select * from pubs where contains
(title,"The")

gives the error

Server: Msg 7607, Level 17, State 1, Line 1
Search 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

Posted - 2002-02-25 : 10:28:01
Search the forum, you will find the answer.

(Or just go to: http://www.sqlteam.com/Forums/topic.asp?TOPIC_ID=11911
)

-Chad

Go to Top of Page
   

- Advertisement -