<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2008 &#8211; Creating Full Text Catalog and Full Text Search</title>
	<atom:link href="http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hiren Solanki</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-56160</link>
		<dc:creator>Hiren Solanki</dc:creator>
		<pubDate>Fri, 25 Sep 2009 10:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-56160</guid>
		<description>Nice artical like your baby shaya

keep rocking.. bhai</description>
		<content:encoded><![CDATA[<p>Nice artical like your baby shaya</p>
<p>keep rocking.. bhai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-55469</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Tue, 01 Sep 2009 12:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-55469</guid>
		<description>Original Article was very useful to me!

Thanks Pinal.</description>
		<content:encoded><![CDATA[<p>Original Article was very useful to me!</p>
<p>Thanks Pinal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosebabu</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-55073</link>
		<dc:creator>rosebabu</dc:creator>
		<pubDate>Thu, 20 Aug 2009 18:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-55073</guid>
		<description>Hi,

Never Mind for further discussion,

Finally i got the solution for my problem (Full Text Index Searching).

while installing the SQL server 2008 i selected all the services to be installed and the service a/c as Network Service.

Now i went to Administrative Tools-&gt;Services then i selected the &quot;SQL Full-text Filter Daemon Launcher&quot; service.
then right click it and on the &quot;Log on&quot; tab, i changed the log on as &quot;Local System Account&quot; and restarted the service.
and as well as i did for the &quot;SQL Server Agent&quot; and restarted the service.

Now the Full text searching is populating and running fine.

Thnks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Never Mind for further discussion,</p>
<p>Finally i got the solution for my problem (Full Text Index Searching).</p>
<p>while installing the SQL server 2008 i selected all the services to be installed and the service a/c as Network Service.</p>
<p>Now i went to Administrative Tools-&gt;Services then i selected the &#8220;SQL Full-text Filter Daemon Launcher&#8221; service.<br />
then right click it and on the &#8220;Log on&#8221; tab, i changed the log on as &#8220;Local System Account&#8221; and restarted the service.<br />
and as well as i did for the &#8220;SQL Server Agent&#8221; and restarted the service.</p>
<p>Now the Full text searching is populating and running fine.</p>
<p>Thnks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosebabu</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-55060</link>
		<dc:creator>rosebabu</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-55060</guid>
		<description>Hi,
 
The error stated on my comment is fixed by starting &quot;SQL Full-text Filter Daemon Launcher&quot; service. and i made this service to start automatically.
Now i&#039;m not having the error as &#039;SQL Server failed to communicate with filter daemon launch service...&quot;.

while trying to populate the FT catalog now, i&#039;d error on the &quot;Full-Text Search crawl log&quot;. the log file was  located in %ProgramFiles%\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\LOG folder

and in that folder the log file has the following error message.

&quot;A fatal error occurred during a full-text population and caused the population to be cancelled.
Population type is: FULL; 
database name is adj001 (id: 9); 
catalog name is adjcat001 (id: 11); 
table name tblAssociation (id: 2117582582). 
Fix the errors that are logged in the full-text crawl log. Then, resume the population. 
The basic Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON table_name RESUME POPULATION.&quot;

Please give any suggesstion to run the FT searching successfully on the db server.

Thanks,
Rose.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The error stated on my comment is fixed by starting &#8220;SQL Full-text Filter Daemon Launcher&#8221; service. and i made this service to start automatically.<br />
Now i&#8217;m not having the error as &#8216;SQL Server failed to communicate with filter daemon launch service&#8230;&#8221;.</p>
<p>while trying to populate the FT catalog now, i&#8217;d error on the &#8220;Full-Text Search crawl log&#8221;. the log file was  located in %ProgramFiles%\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\LOG folder</p>
<p>and in that folder the log file has the following error message.</p>
<p>&#8220;A fatal error occurred during a full-text population and caused the population to be cancelled.<br />
Population type is: FULL;<br />
database name is adj001 (id: 9);<br />
catalog name is adjcat001 (id: 11);<br />
table name tblAssociation (id: 2117582582).<br />
Fix the errors that are logged in the full-text crawl log. Then, resume the population.<br />
The basic Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON table_name RESUME POPULATION.&#8221;</p>
<p>Please give any suggesstion to run the FT searching successfully on the db server.</p>
<p>Thanks,<br />
Rose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosebabu</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-55032</link>
		<dc:creator>rosebabu</dc:creator>
		<pubDate>Wed, 19 Aug 2009 18:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-55032</guid>
		<description>Hi Pinaldev, 

i&#039;ve a full text search catalog on my DB(ex: abcd)  and while populating it ran successfully but the population status was still idle. 

The abcd DB is restored from another SQL server machine. both sql server configurations are same as mentioned below.


while checking the SQL server log i&#039;ve found the below error message on the FT catalog population process.

&quot;SQL Server failed to communicate with filter daemon launch service  (Windows error: The service cannot be started either because it is disabled or because it has no enabled devices associated with it.). Full-Text filter daemon process failed to start. Full-text search functionality will not be available.
Error: 9954 Severity: 16 State: 1.&quot;

i&#039;m using SQL Server 2008 (Standard Edition, version: 10.0.1600.22)

To run the Full-Text search catalog successfully, what i&#039;ve to do. please give me any suggesstions to run this FT search.

Thanks, Rosebabu.</description>
		<content:encoded><![CDATA[<p>Hi Pinaldev, </p>
<p>i&#8217;ve a full text search catalog on my DB(ex: abcd)  and while populating it ran successfully but the population status was still idle. </p>
<p>The abcd DB is restored from another SQL server machine. both sql server configurations are same as mentioned below.</p>
<p>while checking the SQL server log i&#8217;ve found the below error message on the FT catalog population process.</p>
<p>&#8220;SQL Server failed to communicate with filter daemon launch service  (Windows error: The service cannot be started either because it is disabled or because it has no enabled devices associated with it.). Full-Text filter daemon process failed to start. Full-text search functionality will not be available.<br />
Error: 9954 Severity: 16 State: 1.&#8221;</p>
<p>i&#8217;m using SQL Server 2008 (Standard Edition, version: 10.0.1600.22)</p>
<p>To run the Full-Text search catalog successfully, what i&#8217;ve to do. please give me any suggesstions to run this FT search.</p>
<p>Thanks, Rosebabu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-54385</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-54385</guid>
		<description>Thanks Jim Geurts - you just solved a problem for me that was causing no end of heartache.  Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks Jim Geurts &#8211; you just solved a problem for me that was causing no end of heartache.  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Jadhav</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-54199</link>
		<dc:creator>Vijay Jadhav</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-54199</guid>
		<description>Hi all,

Got it. 

Please check it at : http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/8b33c58e-9d6f-462a-9a6a-1784946bb073?prof=required

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Got it. </p>
<p>Please check it at : <a href="http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/8b33c58e-9d6f-462a-9a6a-1784946bb073?prof=required" rel="nofollow">http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/8b33c58e-9d6f-462a-9a6a-1784946bb073?prof=required</a></p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Jadhav</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-54189</link>
		<dc:creator>Vijay Jadhav</dc:creator>
		<pubDate>Wed, 29 Jul 2009 05:53:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-54189</guid>
		<description>Hi all,

I&#039;m getting below error when I run query (I have created full text catalog)

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 &#039;restart_all_fdhosts&#039; command or restart the SQL Server instance.

What would be the reason for this ? Please help me to resolve this problem.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;m getting below error when I run query (I have created full text catalog)</p>
<p>Msg 30046, Level 16, State 1, Line 1<br />
SQL Server encountered error 0&#215;80070422 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 &#8216;restart_all_fdhosts&#8217; command or restart the SQL Server instance.</p>
<p>What would be the reason for this ? Please help me to resolve this problem.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mon</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-53936</link>
		<dc:creator>mon</dc:creator>
		<pubDate>Tue, 21 Jul 2009 23:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-53936</guid>
		<description>Hi,

I installed and migrted my data from sql2000 to sql2008.

Everything was migrated successfully except that I&#039;m having an error when trying to fulltext index a image field.

Can somebody help me on this one..

thanks..
mon</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed and migrted my data from sql2000 to sql2008.</p>
<p>Everything was migrated successfully except that I&#8217;m having an error when trying to fulltext index a image field.</p>
<p>Can somebody help me on this one..</p>
<p>thanks..<br />
mon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yash</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-51999</link>
		<dc:creator>yash</dc:creator>
		<pubDate>Mon, 18 May 2009 07:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-51999</guid>
		<description>hi.. Sir

how can i use column name in freetext string field


exp :

select cat_name from tbcat_res c,tbanswer a where freetext(c.cat_key,a.ans_cat)</description>
		<content:encoded><![CDATA[<p>hi.. Sir</p>
<p>how can i use column name in freetext string field</p>
<p>exp :</p>
<p>select cat_name from tbcat_res c,tbanswer a where freetext(c.cat_key,a.ans_cat)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-49417</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Wed, 18 Mar 2009 16:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-49417</guid>
		<description>Looking for more examples of Full Text Search but its either Microsoft&#039;s few samples or these samples on this page.</description>
		<content:encoded><![CDATA[<p>Looking for more examples of Full Text Search but its either Microsoft&#8217;s few samples or these samples on this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Geurts</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-49138</link>
		<dc:creator>Jim Geurts</dc:creator>
		<pubDate>Sun, 15 Mar 2009 20:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-49138</guid>
		<description>@John, I had the same problem.  Try going to Sql Server Configuration Manager and change the full-text daemon launcher to use the same account as the SQL Server instance.  That fixed it for me.

Start -&gt; Programs -&gt; Microsoft Sql Server 2008 -&gt; Configuration Tools -&gt; Sql Server Configuration Manager</description>
		<content:encoded><![CDATA[<p>@John, I had the same problem.  Try going to Sql Server Configuration Manager and change the full-text daemon launcher to use the same account as the SQL Server instance.  That fixed it for me.</p>
<p>Start -&gt; Programs -&gt; Microsoft Sql Server 2008 -&gt; Configuration Tools -&gt; Sql Server Configuration Manager</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-48784</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 12 Mar 2009 01:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-48784</guid>
		<description>I tried this example with the Adventurer dbase and I get the following error.  

Msg 30046, Level 16, State 1, Line 2
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 &#039;restart_all_fdhosts&#039; command or restart the SQL Server instance.


I have checked that service (SQL Full-text Filter Daemon Launcher (MSSQLSERVER)) is running and I have run the sp (sp_fulltext_service &#039;restart_all_fdhosts&#039;) and that also gives me the same error. 

Any Ideas?

THnx John</description>
		<content:encoded><![CDATA[<p>I tried this example with the Adventurer dbase and I get the following error.  </p>
<p>Msg 30046, Level 16, State 1, Line 2<br />
SQL Server encountered error 0&#215;80070218 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 &#8216;restart_all_fdhosts&#8217; command or restart the SQL Server instance.</p>
<p>I have checked that service (SQL Full-text Filter Daemon Launcher (MSSQLSERVER)) is running and I have run the sp (sp_fulltext_service &#8216;restart_all_fdhosts&#8217;) and that also gives me the same error. </p>
<p>Any Ideas?</p>
<p>THnx John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZUBAIR ALAM</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-46124</link>
		<dc:creator>ZUBAIR ALAM</dc:creator>
		<pubDate>Thu, 29 Jan 2009 09:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-46124</guid>
		<description>thanks it was really helpfull</description>
		<content:encoded><![CDATA[<p>thanks it was really helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesly</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-45680</link>
		<dc:creator>Wesly</dc:creator>
		<pubDate>Fri, 16 Jan 2009 15:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-45680</guid>
		<description>Could you also post the sql code that does the same thing as in Microsoft SQL Server Management studio</description>
		<content:encoded><![CDATA[<p>Could you also post the sql code that does the same thing as in Microsoft SQL Server Management studio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peyman</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-45209</link>
		<dc:creator>peyman</dc:creator>
		<pubDate>Tue, 30 Dec 2008 22:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-45209</guid>
		<description>Thank u so much , very useful ...</description>
		<content:encoded><![CDATA[<p>Thank u so much , very useful &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sree</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-45042</link>
		<dc:creator>sree</dc:creator>
		<pubDate>Tue, 23 Dec 2008 19:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-45042</guid>
		<description>hi pinal,
any suggestions...</description>
		<content:encoded><![CDATA[<p>hi pinal,<br />
any suggestions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sree</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-45019</link>
		<dc:creator>sree</dc:creator>
		<pubDate>Tue, 23 Dec 2008 02:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-45019</guid>
		<description>hi,
This post is very nice. I developed fulltext indexing on one table in sql server 2005. Initially it worked well but now its dead slow ,please any one suggest me what to do, client is not satisfied with this one.

Thanks</description>
		<content:encoded><![CDATA[<p>hi,<br />
This post is very nice. I developed fulltext indexing on one table in sql server 2005. Initially it worked well but now its dead slow ,please any one suggest me what to do, client is not satisfied with this one.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehran Zand K.</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-44965</link>
		<dc:creator>Mehran Zand K.</dc:creator>
		<pubDate>Sat, 20 Dec 2008 11:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-44965</guid>
		<description>I have started creating full text search index on sql server 2008 and everything is works fine .</description>
		<content:encoded><![CDATA[<p>I have started creating full text search index on sql server 2008 and everything is works fine .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iman</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-43594</link>
		<dc:creator>Iman</dc:creator>
		<pubDate>Wed, 08 Oct 2008 12:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-43594</guid>
		<description>Useful ,Thank you.</description>
		<content:encoded><![CDATA[<p>Useful ,Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
