SQL Server 2008 Fulltext problem

Posted by Geetha on Stack Overflow See other posts from Stack Overflow or by Geetha
Published on 2010-03-30T09:02:39Z Indexed on 2010/03/30 9:03 UTC
Read the original article Hit count: 526

Hi All,

After Creating Full Text Catalog and Full Text index i have tried the following query

 SELECT gamename FROM sample WHERE CONTAINS(name,'"f1"')

Error:

    Msg 30046, Level 16, State 1, Line 1
 SQL Server encountered error 0x80070422 while communicating with full-text filter    daemon host (FDHost) process. Make sure that the FDHost process is running.
To re-start the FDHost process, run the sp_fulltext_service 'restart_all_fdhosts' command or restart the SQL Server instance.

Geetha.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about full-text-search