Posted by R.A.M. on 11/29/09 11:52
Hello,
I am learning SQL Server 2005 Expres Edition. I need to create full
text index on Books.Remarks column in my database. I tried:
CREATE FULLTEXT CATALOG FTC_Books AS DEFAULT
CREATE FULLTEXT INDEX ON Books (Remarks) KEY INDEX IX_Books_Remarks ON
FTC_Books
Unfortunately I got error:
Full-Text Search is not installed, or a full-text component cannot be
loaded.
I don't understand this because I marked all options during setup.
Please help
/RAM/
Navigation:
[Reply to this message]
|