<?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: Microsoft SharePoint and SQL Queries</title>
	<atom:link href="http://arnoldit.com/wordpress/2008/12/02/microsoft-sharepoint-and-sql-queries/feed/" rel="self" type="application/rss+xml" />
	<link>http://arnoldit.com/wordpress/2008/12/02/microsoft-sharepoint-and-sql-queries/</link>
	<description>by Stephen E. Arnold</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:55:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Charlie Hull</title>
		<link>http://arnoldit.com/wordpress/2008/12/02/microsoft-sharepoint-and-sql-queries/comment-page-1/#comment-31708</link>
		<dc:creator>Charlie Hull</dc:creator>
		<pubDate>Tue, 02 Dec 2008 17:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://arnoldit.com/wordpress/?p=3250#comment-31708</guid>
		<description>Implementing a full text search on a relational database such as SQL Server is always going to be painful. The only efficient way to perform fast full text search is with an inverted index, stored in a custom database format, i.e. an external system.</description>
		<content:encoded><![CDATA[<p>Implementing a full text search on a relational database such as SQL Server is always going to be painful. The only efficient way to perform fast full text search is with an inverted index, stored in a custom database format, i.e. an external system.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

