SQL Server encountered error 0x80070218
Nuestro buen amigo Alberto Morillo Rodriguez nos comparte su artículo:
SQL Server encountered error 0x80070218
Applies to: Microsoft SQL Server 2008 Developer Edition.
Problem Description.
I was trying to perform a Full-Text search on a table I created for testing purposes. The query was the following:
SELECT * FROM FTTable WHERE CONTAINS(FTText, '"caracteres"' )
When I executed the query for the first time I received the following error message:
Msg 30046, Level 16, State 1, Line 1
SQL Server encountered error 0x80070218 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.
Ver más aquí.
Saludos.
Fernando García Loera (Community Program Manager – Latin America Region)