<?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/"
	>
<channel>
	<title>Comments on: SQL SERVER - 2008 - 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>
	<pubDate>Wed, 07 Jan 2009 17:18:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: jmscotty</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-43524</link>
		<dc:creator>jmscotty</dc:creator>
		<pubDate>Mon, 06 Oct 2008 00:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-43524</guid>
		<description>Thank you for the walk though. Very informative as usual. A very minor detail but one that might confuse some readers is that you wrote:

       "We will find the Employee Records
        who has “Marking“ in their Job Title."

I believe the word "Marking" should have been "Marketing".</description>
		<content:encoded><![CDATA[<p>Thank you for the walk though. Very informative as usual. A very minor detail but one that might confuse some readers is that you wrote:</p>
<p>       &#8220;We will find the Employee Records<br />
        who has “Marking“ in their Job Title.&#8221;</p>
<p>I believe the word &#8220;Marking&#8221; should have been &#8220;Marketing&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarita</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-43214</link>
		<dc:creator>Sarita</dc:creator>
		<pubDate>Wed, 24 Sep 2008 15:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-43214</guid>
		<description>Great Post! 

I have started creating a full text index and  I have a question - 

If I create a Full Text Search Index on multipal tables should I be creating a new catelog for each tables?</description>
		<content:encoded><![CDATA[<p>Great Post! </p>
<p>I have started creating a full text index and  I have a question - </p>
<p>If I create a Full Text Search Index on multipal tables should I be creating a new catelog for each tables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oyen</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-42971</link>
		<dc:creator>Oyen</dc:creator>
		<pubDate>Fri, 19 Sep 2008 03:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-42971</guid>
		<description>Can you please share the link where I can download the AdventureWorks2008 .mdf file? 

Codeplex is a mess.</description>
		<content:encoded><![CDATA[<p>Can you please share the link where I can download the AdventureWorks2008 .mdf file? </p>
<p>Codeplex is a mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erdal Findik</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-42858</link>
		<dc:creator>Erdal Findik</dc:creator>
		<pubDate>Tue, 16 Sep 2008 14:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-42858</guid>
		<description>Hi,


I installed recently SQL2008 on a new server. I moved my databases from the old server(SQL 2005) to the new one.
Everything is woeking fine...except Full text search.

FTS is very slow on SQL 2008, I deleted and recreated the FTS from scratch but still very slow.

Can somebody has a similar issue?

Thx.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I installed recently SQL2008 on a new server. I moved my databases from the old server(SQL 2005) to the new one.<br />
Everything is woeking fine&#8230;except Full text search.</p>
<p>FTS is very slow on SQL 2008, I deleted and recreated the FTS from scratch but still very slow.</p>
<p>Can somebody has a similar issue?</p>
<p>Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amoako atta amofa</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-42701</link>
		<dc:creator>amoako atta amofa</dc:creator>
		<pubDate>Thu, 11 Sep 2008 21:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-42701</guid>
		<description>please help me</description>
		<content:encoded><![CDATA[<p>please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amoako atta amofa</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-42700</link>
		<dc:creator>amoako atta amofa</dc:creator>
		<pubDate>Thu, 11 Sep 2008 21:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-42700</guid>
		<description>am beginner i want to start from beginner</description>
		<content:encoded><![CDATA[<p>am beginner i want to start from beginner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Hung</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-42447</link>
		<dc:creator>Jerry Hung</dc:creator>
		<pubDate>Fri, 05 Sep 2008 17:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-42447</guid>
		<description>We use SQL 2008 Full-Text here 

It works good, most of the time

However it is really a black box that's hard to customize, especially if you want to weight different columns, different terms, etc...</description>
		<content:encoded><![CDATA[<p>We use SQL 2008 Full-Text here </p>
<p>It works good, most of the time</p>
<p>However it is really a black box that&#8217;s hard to customize, especially if you want to weight different columns, different terms, etc&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
