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 Indexes

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-25 : 11:02:06
Rajesh writes "Hi,
I want to use the text searching feature of sql server7.0.
I tried to initilaize the full text indexing with the
following command.



USE mydatabase
EXEC sp_fulltext_database 'enable'

But it gave me the error as follows.

(1 row(s) affected)

Server: Msg 7609, Level 17, State 2, Procedure sp_fulltext_database, Line 37
Could not load the Full-Text Search component (SQLFTQRY.DLL).

I would appreciate if any one could help me in this matter.
I understand that u guys answer tough questions.
But this one seems to be tough atleast for me.

Thanks in advance."
   

- Advertisement -