Sunday, August 4, 2013

[MS SQL Server] Does the Full-Text Filter Daemon Launcher service need to be running for Full-Text-Search queries to run successfully?

[MS SQL Server] Does the Full-Text Filter Daemon Launcher service need to be running for Full-Text-Search queries to run successfully?


Does the Full-Text Filter Daemon Launcher service need to be running for Full-Text-Search queries to run successfully?

Posted: 08 Apr 2011 07:51 AM PDT

I don't understand the role of this service in SQL 2008 full-text search: [b]Full-Text Filter Daemon Launcher[/b].Does this service need to be running for full-text-search queries to be running successfully?A query like the one below runs fine even when the service is down:[code="sql"]SELECT * from DocumentWHERE CONTAINS(DocCol, 'price');[/code]What type of queries would break when the Daemon Launcher service is down?

No comments:

Post a Comment

Search This Blog