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 - 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 thefollowing command.USE mydatabaseEXEC 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 37Could 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." |
|
|
|
|
|