<?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"
	>
<channel>
	<title>Comments on: Sql Server Full-Text Search Protips Part 1: Setup</title>
	<atom:link href="http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<pubDate>Fri, 21 Nov 2008 10:18:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-721425</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 13 May 2008 15:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-721425</guid>
		<description>Protip of the Day:

Use spell check. 

To do this, we can run some system stored procedures. I should note that these are &lt;blockquote&gt;depereciated&lt;/blockquote&gt; in 2005</description>
		<content:encoded><![CDATA[<p>Protip of the Day:</p>
<p>Use spell check. </p>
<p>To do this, we can run some system stored procedures. I should note that these are<br />
<blockquote>depereciated</blockquote></p>
<p> in 2005</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-653216</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Mar 2008 11:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-653216</guid>
		<description>&lt;blockquote&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;/blockquote&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;&lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<blockquote><p><code></code><code></code></p></blockquote>
<p><code></code><code></code><code></code></p>]]></content:encoded>
	</item>
	<item>
		<title>By: sankar</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-440983</link>
		<dc:creator>sankar</dc:creator>
		<pubDate>Wed, 07 Nov 2007 13:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-440983</guid>
		<description>Dear sir
Iam using sqlserver management express edition,when iam creating full text search in a table it shows a message called fulltext search already enabled.how to know for which catalog it is assigned and what fields full text is enabled. how to change catalog for that table. Actually i want to crate a catalog for a table and have to assign all fields in that table. Please help me in this</description>
		<content:encoded><![CDATA[<p>Dear sir<br />
Iam using sqlserver management express edition,when iam creating full text search in a table it shows a message called fulltext search already enabled.how to know for which catalog it is assigned and what fields full text is enabled. how to change catalog for that table. Actually i want to crate a catalog for a table and have to assign all fields in that table. Please help me in this</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trent</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-395923</link>
		<dc:creator>Trent</dc:creator>
		<pubDate>Tue, 25 Sep 2007 03:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-395923</guid>
		<description>This article and discussion seems a bit misleading...

From my expirements, it seems that turning on both "Change Tracking" and "Update Index in Background" (as found on the context menu for the table in Enterprise Manager) does result in the catalog getting updated when text/image columns are updated. This works when calling UPDATE/INSERT on the row in question AND when simply typing into the relevant column via Enterprise Manager.

It is true that WRITETEXT and UPDATETEXT operations don't cause updates to the catalog, however this is an unusual case. I expect most users would be using the (less performant) UPDATE/INSERT operations and they'd find that their catalogs do update when expected, without the need for a scheduled update.</description>
		<content:encoded><![CDATA[<p>This article and discussion seems a bit misleading&#8230;</p>
<p>From my expirements, it seems that turning on both &#8220;Change Tracking&#8221; and &#8220;Update Index in Background&#8221; (as found on the context menu for the table in Enterprise Manager) does result in the catalog getting updated when text/image columns are updated. This works when calling UPDATE/INSERT on the row in question AND when simply typing into the relevant column via Enterprise Manager.</p>
<p>It is true that WRITETEXT and UPDATETEXT operations don&#8217;t cause updates to the catalog, however this is an unusual case. I expect most users would be using the (less performant) UPDATE/INSERT operations and they&#8217;d find that their catalogs do update when expected, without the need for a scheduled update.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bas</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-359382</link>
		<dc:creator>Bas</dc:creator>
		<pubDate>Fri, 31 Aug 2007 11:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-359382</guid>
		<description>SQL Server 2005 Express Edition does support Full-Text Search, contrary to what the article states. Be sure to install the &lt;a href="http://msdn2.microsoft.com/en-us/express/bb410792.aspx" rel="nofollow"&gt;SQL Server 2005 Express Edition with Advanced Services SP2&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>SQL Server 2005 Express Edition does support Full-Text Search, contrary to what the article states. Be sure to install the <a href="http://msdn2.microsoft.com/en-us/express/bb410792.aspx" rel="nofollow">SQL Server 2005 Express Edition with Advanced Services SP2</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wwb_99</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-288913</link>
		<dc:creator>wwb_99</dc:creator>
		<pubDate>Wed, 27 Jun 2007 18:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-288913</guid>
		<description>I intentionally used the SQL 2000-compatible commands, mainly because more people could use them. They do work in Sql 2005 as well, and will likely work in Sql 2008. Even if they are depreciated.</description>
		<content:encoded><![CDATA[<p>I intentionally used the SQL 2000-compatible commands, mainly because more people could use them. They do work in Sql 2005 as well, and will likely work in Sql 2008. Even if they are depreciated.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Damen</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-256973</link>
		<dc:creator>Damen</dc:creator>
		<pubDate>Wed, 23 May 2007 21:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-256973</guid>
		<description>Good stuff, but using those system stored procedures should be avoided if using SQL 2005 as they are deprecated.
Would be great to see an example using the correct / latest SQL.</description>
		<content:encoded><![CDATA[<p>Good stuff, but using those system stored procedures should be avoided if using SQL 2005 as they are deprecated.<br />
Would be great to see an example using the correct / latest SQL.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjeev Kumar</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-186226</link>
		<dc:creator>Sanjeev Kumar</dc:creator>
		<pubDate>Thu, 22 Feb 2007 07:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-186226</guid>
		<description>Table design consideration section is really ver much helpful.</description>
		<content:encoded><![CDATA[<p>Table design consideration section is really ver much helpful.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Barbley</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-130321</link>
		<dc:creator>Barbley</dc:creator>
		<pubDate>Wed, 20 Dec 2006 14:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-130321</guid>
		<description>Wyatt - thanks so much for taking the tie to responde to all of my posts.  The information you've provided will come in handy.
Thanks again,
B</description>
		<content:encoded><![CDATA[<p>Wyatt - thanks so much for taking the tie to responde to all of my posts.  The information you&#8217;ve provided will come in handy.<br />
Thanks again,<br />
B</p>]]></content:encoded>
	</item>
	<item>
		<title>By: wwb_99</title>
		<link>http://www.sitepoint.com/blogs/2006/11/12/sql-server-full-text-search-protips-part-1-setup/#comment-129943</link>
		<dc:creator>wwb_99</dc:creator>
		<pubDate>Wed, 20 Dec 2006 01:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1774#comment-129943</guid>
		<description>I think that will get an initial population going. But it will not continue to update things. Remember that TEXT and IMAGE columns are funny beasts insofar as Sql 2000 is concerned. The data in the field is actually merely a pointer to another page. In effect, the data is not really part of the row.

To quote the Sql 2000 books online:

"Full-text change tracking does not track any WRITETEXT or UPDATETEXT operations performed on full-text indexed columns that are of type image, text, or ntext."

What that means is that you need to manually create a schedule to run an incremental population on the table with a full-text index on the TEXT column.</description>
		<content:encoded><![CDATA[<p>I think that will get an initial population going. But it will not continue to update things. Remember that TEXT and IMAGE columns are funny beasts insofar as Sql 2000 is concerned. The data in the field is actually merely a pointer to another page. In effect, the data is not really part of the row.</p>
<p>To quote the Sql 2000 books online:</p>
<p>&#8220;Full-text change tracking does not track any WRITETEXT or UPDATETEXT operations performed on full-text indexed columns that are of type image, text, or ntext.&#8221;</p>
<p>What that means is that you need to manually create a schedule to run an incremental population on the table with a full-text index on the TEXT column.</p>]]></content:encoded>
	</item>
</channel>
</rss>
