<?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: SQL SERVER &#8211; 2008 &#8211; 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>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Megha</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-249435</link>
		<dc:creator><![CDATA[Megha]]></dc:creator>
		<pubDate>Tue, 07 Feb 2012 08:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-249435</guid>
		<description><![CDATA[Can you please clear out my doubts:
There is one table say tbl_Test .I have created fulltext index on this table for search purpose.But if when I am going to add some record in this table from the site then my site speed goes down. Is this related to indexing applied on this table.]]></description>
		<content:encoded><![CDATA[<p>Can you please clear out my doubts:<br />
There is one table say tbl_Test .I have created fulltext index on this table for search purpose.But if when I am going to add some record in this table from the site then my site speed goes down. Is this related to indexing applied on this table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadiraja</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-235103</link>
		<dc:creator><![CDATA[Vadiraja]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-235103</guid>
		<description><![CDATA[Hi,

Can you please let me know if it is possible to include DateTime columns in Full Text Index?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you please let me know if it is possible to include DateTime columns in Full Text Index?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emad Hamdy y</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-226554</link>
		<dc:creator><![CDATA[Emad Hamdy y]]></dc:creator>
		<pubDate>Tue, 27 Dec 2011 05:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-226554</guid>
		<description><![CDATA[USE AdventureWorks
 GO
 
SELECT ManagerID, Title
 FROM HumanResources.Employee
 WHERE FREETEXT(*, &#039;Marketing Assistant&#039;);
 
SELECT ManagerID,Title
 FROM HumanResources.Employee
 WHERE CONTAINS(Title, &#039;Marketing OR Assistant&#039;);
 
SELECT ManagerID,Title
 FROM HumanResources.Employee
 WHERE CONTAINS(Title, &#039;Marketing AND Assistant&#039;);
 GO]]></description>
		<content:encoded><![CDATA[<p>USE AdventureWorks<br />
 GO</p>
<p>SELECT ManagerID, Title<br />
 FROM HumanResources.Employee<br />
 WHERE FREETEXT(*, &#8216;Marketing Assistant&#8217;);</p>
<p>SELECT ManagerID,Title<br />
 FROM HumanResources.Employee<br />
 WHERE CONTAINS(Title, &#8216;Marketing OR Assistant&#8217;);</p>
<p>SELECT ManagerID,Title<br />
 FROM HumanResources.Employee<br />
 WHERE CONTAINS(Title, &#8216;Marketing AND Assistant&#8217;);<br />
 GO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheriff J W Pepper</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-222500</link>
		<dc:creator><![CDATA[Sheriff J W Pepper]]></dc:creator>
		<pubDate>Wed, 21 Dec 2011 01:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-222500</guid>
		<description><![CDATA[Excellent tut.
Thanks]]></description>
		<content:encoded><![CDATA[<p>Excellent tut.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piranavan</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-218395</link>
		<dc:creator><![CDATA[Piranavan]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 10:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-218395</guid>
		<description><![CDATA[Thanks for that]]></description>
		<content:encoded><![CDATA[<p>Thanks for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivasulu</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-216608</link>
		<dc:creator><![CDATA[Srinivasulu]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 07:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-216608</guid>
		<description><![CDATA[And also i need any one of your help to resolve this .

Please help me on this issue.]]></description>
		<content:encoded><![CDATA[<p>And also i need any one of your help to resolve this .</p>
<p>Please help me on this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivasulu</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-216607</link>
		<dc:creator><![CDATA[Srinivasulu]]></dc:creator>
		<pubDate>Tue, 13 Dec 2011 07:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-216607</guid>
		<description><![CDATA[Hi ,

I had an issue with the full-text index in the sql server .
What i need is if i can search with the singular word it has to get the results for plural word to respective singular word.
I have tried this by enabling the full-text index in the specific table.But i am not able to get those results exactly what we except .

Please anyone help can be really appreciated in Advance.

Thanks .]]></description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>I had an issue with the full-text index in the sql server .<br />
What i need is if i can search with the singular word it has to get the results for plural word to respective singular word.<br />
I have tried this by enabling the full-text index in the specific table.But i am not able to get those results exactly what we except .</p>
<p>Please anyone help can be really appreciated in Advance.</p>
<p>Thanks .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam alexander</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-183381</link>
		<dc:creator><![CDATA[sam alexander]]></dc:creator>
		<pubDate>Tue, 25 Oct 2011 14:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-183381</guid>
		<description><![CDATA[The image screenshots are not loading for part of the Tutorial.  I&#039;ve gone as far as &quot;Populate the Index&quot; which I guess is important because searching the table returns no results.

Thanks for the wonderful resources you offer...]]></description>
		<content:encoded><![CDATA[<p>The image screenshots are not loading for part of the Tutorial.  I&#8217;ve gone as far as &#8220;Populate the Index&#8221; which I guess is important because searching the table returns no results.</p>
<p>Thanks for the wonderful resources you offer&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nilesh</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-181839</link>
		<dc:creator><![CDATA[nilesh]]></dc:creator>
		<pubDate>Sat, 22 Oct 2011 05:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-181839</guid>
		<description><![CDATA[Dear sir,
                 this is nice article, i have found one tricky problem with Full text indexing.
Os. window server 2003 32 bit
sql server: sql server 2008 Enterprise edition 

	i have applied full text index with track change: automatic. and normal cpu uses is 1-4%
but some time a cpu uses go to 100% all memory is taken by sqlserver.exe, population status : idle
last population date: 5 minute before current date.
	this cpu uses remains 100% until next track changes does not occurred ( population date change after  10-20 minutes.)

please help me.

Thanks in advance.

--nilesh]]></description>
		<content:encoded><![CDATA[<p>Dear sir,<br />
                 this is nice article, i have found one tricky problem with Full text indexing.<br />
Os. window server 2003 32 bit<br />
sql server: sql server 2008 Enterprise edition </p>
<p>	i have applied full text index with track change: automatic. and normal cpu uses is 1-4%<br />
but some time a cpu uses go to 100% all memory is taken by sqlserver.exe, population status : idle<br />
last population date: 5 minute before current date.<br />
	this cpu uses remains 100% until next track changes does not occurred ( population date change after  10-20 minutes.)</p>
<p>please help me.</p>
<p>Thanks in advance.</p>
<p>&#8211;nilesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naing Aung</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-168999</link>
		<dc:creator><![CDATA[Naing Aung]]></dc:creator>
		<pubDate>Sat, 17 Sep 2011 09:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-168999</guid>
		<description><![CDATA[Thank, it is very useful for me.]]></description>
		<content:encoded><![CDATA[<p>Thank, it is very useful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raathigesh</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-168703</link>
		<dc:creator><![CDATA[Raathigesh]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 11:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-168703</guid>
		<description><![CDATA[Awesome Post. Thanx :)]]></description>
		<content:encoded><![CDATA[<p>Awesome Post. Thanx :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krunal panchal</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-168332</link>
		<dc:creator><![CDATA[krunal panchal]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 10:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-168332</guid>
		<description><![CDATA[Hi Friends,

I am working on SQL Server 2005, I would like grouping the full text index. Take an example: I have three tables 1) Employee 2) Supplier and 3) Client. All this tables have id and name fields. I would like to create the index such a way that if I will search with “John OR Thomas”, it will search on all these tables together and return the records based rank descending order.

Can we achieve this?

Thanks in advance
Krunal Panchal]]></description>
		<content:encoded><![CDATA[<p>Hi Friends,</p>
<p>I am working on SQL Server 2005, I would like grouping the full text index. Take an example: I have three tables 1) Employee 2) Supplier and 3) Client. All this tables have id and name fields. I would like to create the index such a way that if I will search with “John OR Thomas”, it will search on all these tables together and return the records based rank descending order.</p>
<p>Can we achieve this?</p>
<p>Thanks in advance<br />
Krunal Panchal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hareesh Raju</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-162230</link>
		<dc:creator><![CDATA[Hareesh Raju]]></dc:creator>
		<pubDate>Fri, 26 Aug 2011 12:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-162230</guid>
		<description><![CDATA[Thanx Pinal for the info..]]></description>
		<content:encoded><![CDATA[<p>Thanx Pinal for the info..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janki</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-160669</link>
		<dc:creator><![CDATA[Janki]]></dc:creator>
		<pubDate>Mon, 22 Aug 2011 17:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-160669</guid>
		<description><![CDATA[Don, Thanks for responding! When I search for a phrase eg. &#039;highly advantageous&#039; it works fine, but when I search only for the word &#039;highly&#039; it returns me documents where &#039;highly&#039; is not present at all..not sure what can be the issue here.
Regarding the search phrase having brackets, its not working...If I remove the brackets and search, then it doesnt return any result  because 22 (X)(1)(F) then becomes 22X1F. I will keep on trying and will let you know if it works ever!]]></description>
		<content:encoded><![CDATA[<p>Don, Thanks for responding! When I search for a phrase eg. &#8216;highly advantageous&#8217; it works fine, but when I search only for the word &#8216;highly&#8217; it returns me documents where &#8216;highly&#8217; is not present at all..not sure what can be the issue here.<br />
Regarding the search phrase having brackets, its not working&#8230;If I remove the brackets and search, then it doesnt return any result  because 22 (X)(1)(F) then becomes 22X1F. I will keep on trying and will let you know if it works ever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-159799</link>
		<dc:creator><![CDATA[ravi]]></dc:creator>
		<pubDate>Sat, 20 Aug 2011 07:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-159799</guid>
		<description><![CDATA[hi it is solution of full text search]]></description>
		<content:encoded><![CDATA[<p>hi it is solution of full text search</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Draper</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-158778</link>
		<dc:creator><![CDATA[Don Draper]]></dc:creator>
		<pubDate>Thu, 18 Aug 2011 11:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-158778</guid>
		<description><![CDATA[Hi Janki - Sorry no. Apparently this is another Microsoft product that sort of works but has enough gotchas that using it a challenge. If your search phrase works without the brackets, you may have to write code to remove them before the phrase is passed into the contains clause. I have learned that some symbols and also any words or characters in the exclusion list can affect the search. If you find a solution, please share back here.]]></description>
		<content:encoded><![CDATA[<p>Hi Janki &#8211; Sorry no. Apparently this is another Microsoft product that sort of works but has enough gotchas that using it a challenge. If your search phrase works without the brackets, you may have to write code to remove them before the phrase is passed into the contains clause. I have learned that some symbols and also any words or characters in the exclusion list can affect the search. If you find a solution, please share back here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janki</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-158558</link>
		<dc:creator><![CDATA[Janki]]></dc:creator>
		<pubDate>Wed, 17 Aug 2011 20:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-158558</guid>
		<description><![CDATA[Hi Don, Did you ever get a solution to your question? I have the similar issue. Please let me know how did you solve the single phrase searching.
Also I have brackets in the search phrase. Thank you!]]></description>
		<content:encoded><![CDATA[<p>Hi Don, Did you ever get a solution to your question? I have the similar issue. Please let me know how did you solve the single phrase searching.<br />
Also I have brackets in the search phrase. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k.aadhi</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-150968</link>
		<dc:creator><![CDATA[k.aadhi]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 06:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-150968</guid>
		<description><![CDATA[Hi,
we have bilingual site english &amp; arabic.
in English free text search, its working perfectly for any word and all word search.
i need to search for Arabic any word &amp; all word.
can any one give me step by step procedure or any links ?
i tried with Arabic it searches only with all words.

in the table column there is option to set word break;
i can choose only english;]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
we have bilingual site english &amp; arabic.<br />
in English free text search, its working perfectly for any word and all word search.<br />
i need to search for Arabic any word &amp; all word.<br />
can any one give me step by step procedure or any links ?<br />
i tried with Arabic it searches only with all words.</p>
<p>in the table column there is option to set word break;<br />
i can choose only english;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manohar</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-150781</link>
		<dc:creator><![CDATA[Manohar]]></dc:creator>
		<pubDate>Tue, 26 Jul 2011 11:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-150781</guid>
		<description><![CDATA[Hi 
I am using MSSQL Server 2005 with the Full Text Search. 
Query with Contains and like not give the same results
My Query is

Select * from Searchtable where (ipccode like &#039;%A61K 36/00%&#039; or ipccode like &#039;%A61P 17/00%&#039;) and (ipccode like &#039;%C13K 13/00%&#039; and ipccode like &#039;%A61P 1/00%&#039;) 
Its gives the 78 results and

Select * from Searchtable Where ( Contains( IPCCode ,&#039;(&quot;A61K 36/00&quot; or &quot;A61P 17/00&quot;) and (&quot;C13K 13/00&quot; and &quot;A61P 1/00&quot;)&#039;) )
Its gives the 355 results

both are same query first with Like and second with Contains, why results come with differents.

Any help to find out the problem
Thanks and Regards
Manohar]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I am using MSSQL Server 2005 with the Full Text Search.<br />
Query with Contains and like not give the same results<br />
My Query is</p>
<p>Select * from Searchtable where (ipccode like &#8216;%A61K 36/00%&#8217; or ipccode like &#8216;%A61P 17/00%&#8217;) and (ipccode like &#8216;%C13K 13/00%&#8217; and ipccode like &#8216;%A61P 1/00%&#8217;)<br />
Its gives the 78 results and</p>
<p>Select * from Searchtable Where ( Contains( IPCCode ,&#8217;(&#8220;A61K 36/00&#8243; or &#8220;A61P 17/00&#8243;) and (&#8220;C13K 13/00&#8243; and &#8220;A61P 1/00&#8243;)&#8217;) )<br />
Its gives the 355 results</p>
<p>both are same query first with Like and second with Contains, why results come with differents.</p>
<p>Any help to find out the problem<br />
Thanks and Regards<br />
Manohar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-150727</link>
		<dc:creator><![CDATA[Ankit]]></dc:creator>
		<pubDate>Tue, 26 Jul 2011 06:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-150727</guid>
		<description><![CDATA[Hi. I have SQL 2008 r2 installed on my pc. I want to upgrade with advance services or full text search only, through sql 2008 r2 advance(795 mb setup). Is it possible.? I don&#039;t want to install whole sql 2008 r2. 

Regards
Ankit]]></description>
		<content:encoded><![CDATA[<p>Hi. I have SQL 2008 r2 installed on my pc. I want to upgrade with advance services or full text search only, through sql 2008 r2 advance(795 mb setup). Is it possible.? I don&#8217;t want to install whole sql 2008 r2. </p>
<p>Regards<br />
Ankit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-148219</link>
		<dc:creator><![CDATA[Shyam]]></dc:creator>
		<pubDate>Thu, 14 Jul 2011 09:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-148219</guid>
		<description><![CDATA[I hope this is due to Noise words *My*.]]></description>
		<content:encoded><![CDATA[<p>I hope this is due to Noise words *My*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-148214</link>
		<dc:creator><![CDATA[Shyam]]></dc:creator>
		<pubDate>Thu, 14 Jul 2011 08:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-148214</guid>
		<description><![CDATA[Further Mirror My Soul are present in both the places in the database table columns.]]></description>
		<content:encoded><![CDATA[<p>Further Mirror My Soul are present in both the places in the database table columns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-148212</link>
		<dc:creator><![CDATA[Shyam]]></dc:creator>
		<pubDate>Thu, 14 Jul 2011 08:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-148212</guid>
		<description><![CDATA[Hi Pinal, 
I am using MSSQL Server 2005  with the Full Text Search on the Column 
tblProducts.ProductName and tblProducts.KeywordsUser

When I run the following query I could not get any result for the specific word phrase &lt;b&gt;Mirror My Soul&lt;/b&gt;. 
Can you help to find the issue with the word.
This query is working for another word e.g. One Small Drop
SELECT tblProducts.*
FROM tblProducts
INNER JOIN  CONTAINSTABLE (tblProducts, (ProductName,KeywordsUser),&#039;&quot;*Mirror My Soul*&quot;&#039;) AS KEY_TBL               
   ON tblProducts.ID = KEY_TBL.[KEY] 

Any help to find out the issue is appreciated.
Regards
Shyam]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I am using MSSQL Server 2005  with the Full Text Search on the Column<br />
tblProducts.ProductName and tblProducts.KeywordsUser</p>
<p>When I run the following query I could not get any result for the specific word phrase <b>Mirror My Soul</b>.<br />
Can you help to find the issue with the word.<br />
This query is working for another word e.g. One Small Drop<br />
SELECT tblProducts.*<br />
FROM tblProducts<br />
INNER JOIN  CONTAINSTABLE (tblProducts, (ProductName,KeywordsUser),&#8217;&#8221;*Mirror My Soul*&#8221;&#8216;) AS KEY_TBL<br />
   ON tblProducts.ID = KEY_TBL.[KEY] </p>
<p>Any help to find out the issue is appreciated.<br />
Regards<br />
Shyam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abu Arqam</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-145086</link>
		<dc:creator><![CDATA[Abu Arqam]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 12:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-145086</guid>
		<description><![CDATA[Hi there,

Good Article, But I&#039;m having problem with Varbinary(Max) data Type, so that i can use for doc/xls/pdf file.

Urgent.

Please help me

Abu]]></description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Good Article, But I&#8217;m having problem with Varbinary(Max) data Type, so that i can use for doc/xls/pdf file.</p>
<p>Urgent.</p>
<p>Please help me</p>
<p>Abu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cstef</title>
		<link>http://blog.sqlauthority.com/2008/09/05/sql-server-creating-full-text-catalog-and-index/#comment-143206</link>
		<dc:creator><![CDATA[cstef]]></dc:creator>
		<pubDate>Thu, 23 Jun 2011 13:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=975#comment-143206</guid>
		<description><![CDATA[2 issues:  
1 - FTI slowing down search results.  When we have FTI enabled, the search results are slow.  Anyone know why this is or how performance can be improved?
2 - looking for way the search can find segments of a word.  IE:   return an item ABC123 when I search for BC.  Anyone know how to do this?]]></description>
		<content:encoded><![CDATA[<p>2 issues:<br />
1 &#8211; FTI slowing down search results.  When we have FTI enabled, the search results are slow.  Anyone know why this is or how performance can be improved?<br />
2 &#8211; looking for way the search can find segments of a word.  IE:   return an item ABC123 when I search for BC.  Anyone know how to do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

