Enable Freetext in SQL2000
hi..
i am working on my project in which i need to enable the freetext in SQL 2000 server.
when i am executing the stored procedure in current database
exec sp_fulltext_database @action = 'enable'
i am getting the error like
(1 row(s) affected)
Server: Msg 7609, Level 17, State 2, Procedure sp_fulltext_database, Line 46
Full-Text Search is not installed, or a full-text component cannot be loaded.
please any one help me out in enabling the freetext for my database.
|