<?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: Getting Started with SQL Server 2005 Full Text Searching: Part 4 &#8211; Valid Data Types</title>
	<atom:link href="http://arcanecode.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcanecode.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/</link>
	<description>Making Microsoft .Net Development Magical</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: arcanecode</title>
		<link>http://arcanecode.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-27961</link>
		<dc:creator><![CDATA[arcanecode]]></dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-27961</guid>
		<description><![CDATA[I haven&#039;t gotten to it yet, but it&#039;s dirt simple. Just create a full text index on the XML column like you would any other data type. Then when you do a full text search on the XML data, the full text engine is smart enough to ignore any words inside XML tags and only index the data between the tags.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t gotten to it yet, but it&#8217;s dirt simple. Just create a full text index on the XML column like you would any other data type. Then when you do a full text search on the XML data, the full text engine is smart enough to ignore any words inside XML tags and only index the data between the tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rash</title>
		<link>http://arcanecode.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-27959</link>
		<dc:creator><![CDATA[Rash]]></dc:creator>
		<pubDate>Tue, 31 Aug 2010 01:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-27959</guid>
		<description><![CDATA[Any chance, you will make good on your promise to write a blog entry on how to do FTS using XML column? I could really use it.]]></description>
		<content:encoded><![CDATA[<p>Any chance, you will make good on your promise to write a blog entry on how to do FTS using XML column? I could really use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Server Full Text Searching at the Atlanta Code Camp &#171; Arcane Code</title>
		<link>http://arcanecode.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-26533</link>
		<dc:creator><![CDATA[SQL Server Full Text Searching at the Atlanta Code Camp &#171; Arcane Code]]></dc:creator>
		<pubDate>Mon, 16 Mar 2009 04:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-26533</guid>
		<description><![CDATA[[...] Searching in SQL Server 2005 Lesson 1 - The Catalog Lesson 2 - The Indexes Lesson 3 - Using SQL Lesson 4 - Valid Data Types Lesson 5 - Advanced [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Searching in SQL Server 2005 Lesson 1 &#8211; The Catalog Lesson 2 &#8211; The Indexes Lesson 3 &#8211; Using SQL Lesson 4 &#8211; Valid Data Types Lesson 5 &#8211; Advanced [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koy chamnap</title>
		<link>http://arcanecode.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-25936</link>
		<dc:creator><![CDATA[koy chamnap]]></dc:creator>
		<pubDate>Thu, 25 Sep 2008 14:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://arcanecode.wordpress.com/2007/07/02/getting-started-with-sql-server-2005-full-text-searching-part-4-valid-data-types/#comment-25936</guid>
		<description><![CDATA[I want to query result inside files that is stored inside varbinary(max) as Word Document (.doc). I already have the column_type. I have tested query on nvarchar(Max) column for result ,it works ,but when with varbinary(Max) column ,it return result only in binary text not in readable text. I don&#039;t know how to write sql query to select result from that binary content (.doc). Could anyone please help write down an example how to query the result from varbinary column by using this fullText search. thank on go.]]></description>
		<content:encoded><![CDATA[<p>I want to query result inside files that is stored inside varbinary(max) as Word Document (.doc). I already have the column_type. I have tested query on nvarchar(Max) column for result ,it works ,but when with varbinary(Max) column ,it return result only in binary text not in readable text. I don&#8217;t know how to write sql query to select result from that binary content (.doc). Could anyone please help write down an example how to query the result from varbinary column by using this fullText search. thank on go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

