<?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: SQLAuthority News &#8211; Statistics Used by the Query Optimizer in Microsoft SQL Server 2008 &#8211; Microsoft Whitepaper</title>
	<atom:link href="http://blog.sqlauthority.com/2010/12/04/sqlauthority-news-statistics-used-by-the-query-optimizer-in-microsoft-sql-server-2008-microsoft-whitepaper/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/12/04/sqlauthority-news-statistics-used-by-the-query-optimizer-in-microsoft-sql-server-2008-microsoft-whitepaper/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: nish</title>
		<link>http://blog.sqlauthority.com/2010/12/04/sqlauthority-news-statistics-used-by-the-query-optimizer-in-microsoft-sql-server-2008-microsoft-whitepaper/#comment-104007</link>
		<dc:creator><![CDATA[nish]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 16:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11039#comment-104007</guid>
		<description><![CDATA[@Bharat:

SELECT
A.title,
A.ShortText,
A.FullText
FROM
Table1 as A
INNER JOIN
Table2 as B
ON A.title = B.title]]></description>
		<content:encoded><![CDATA[<p>@Bharat:</p>
<p>SELECT<br />
A.title,<br />
A.ShortText,<br />
A.FullText<br />
FROM<br />
Table1 as A<br />
INNER JOIN<br />
Table2 as B<br />
ON A.title = B.title</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bharat</title>
		<link>http://blog.sqlauthority.com/2010/12/04/sqlauthority-news-statistics-used-by-the-query-optimizer-in-microsoft-sql-server-2008-microsoft-whitepaper/#comment-103726</link>
		<dc:creator><![CDATA[bharat]]></dc:creator>
		<pubDate>Sat, 04 Dec 2010 11:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11039#comment-103726</guid>
		<description><![CDATA[hi ,

i have two table in database having following description

Table1 has 3 columns(title,shorttext,fulltext)
and 
table2 have 1 column (title)

now i want to match the table2 title in table1 with all the 3 columns(title,shorttext,fulltext) and want to see only the matched words
please help me its urgent.


thanks
Bharat]]></description>
		<content:encoded><![CDATA[<p>hi ,</p>
<p>i have two table in database having following description</p>
<p>Table1 has 3 columns(title,shorttext,fulltext)<br />
and<br />
table2 have 1 column (title)</p>
<p>now i want to match the table2 title in table1 with all the 3 columns(title,shorttext,fulltext) and want to see only the matched words<br />
please help me its urgent.</p>
<p>thanks<br />
Bharat</p>
]]></content:encoded>
	</item>
</channel>
</rss>
