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.