2005 Express Edition: installing full-text search

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • RAM

    2005 Express Edition: installing full-text search

    Hello,
    I have installed SQL Server 2005 Express Edition Advanced Services and
    SQL Server 2005 Express Edition Toolkit SP1. I cannot use full-text
    search. When I called:

    exec sp_fulltext_ser vice 'load_os_resour ces', 1;
    exec sp_fulltext_ser vice 'verify_signatu re', 0;
    go

    I got error:

    Full-Text Search is not installed, or a full-text component cannot be
    loaded.

    What should I do to be able to use full text search? Could you help me
    please? I cannot find solution in Internet...
    /RAM/
  • Hugo Kornelis

    #2
    Re: 2005 Express Edition: installing full-text search

    On Wed, 19 Jul 2006 11:22:14 +0200, RAM wrote:
    >Hello,
    >I have installed SQL Server 2005 Express Edition Advanced Services and
    >SQL Server 2005 Express Edition Toolkit SP1. I cannot use full-text
    >search. When I called:
    >
    >exec sp_fulltext_ser vice 'load_os_resour ces', 1;
    >exec sp_fulltext_ser vice 'verify_signatu re', 0;
    >go
    >
    >I got error:
    >
    >Full-Text Search is not installed, or a full-text component cannot be
    >loaded.
    >
    >What should I do to be able to use full text search? Could you help me
    >please? I cannot find solution in Internet...
    >/RAM/
    Hi RAM,

    I just posted a reply to this question in the original thread. Let me
    know if you can't find it!

    --
    Hugo Kornelis, SQL Server MVP

    Comment

    Working...