Set the FDHOST Launcher (MSSQLFDLauncher) Service Account for Full-Text Search (SQL Server Configuration Manager)
Full Text 기능 사용할려고 하니 이런 오류 발생
Msg 30046, Level 16, State 1, Procedure sp_fulltext_service, Line 163 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.
해결 방법
계정이 지정되어 있을 경우 로컬 시스템으로 변경
참고 MSDN
http://technet.microsoft.com/en-us/library/ms345189.aspx
Full Text 기능 사용할려고 하니 이런 오류 발생
Msg 30046, Level 16, State 1, Procedure sp_fulltext_service, Line 163 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.
해결 방법
계정이 지정되어 있을 경우 로컬 시스템으로 변경
참고 MSDN
http://technet.microsoft.com/en-us/library/ms345189.aspx