﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Performance Tuning  / Full Text Search / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 15:56:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Full Text Search</title><link>http://www.sqlservercentral.com/Forums/Topic1414832-360-1.aspx</link><description>Hi Ivan Mohapatra,I tried in Where Condition It self..Thanks,</description><pubDate>Mon, 11 Feb 2013 12:47:44 GMT</pubDate><dc:creator>suresh0534</dc:creator></item><item><title>RE: Full Text Search</title><link>http://www.sqlservercentral.com/Forums/Topic1414832-360-1.aspx</link><description>Dude try like in the where condition</description><pubDate>Mon, 11 Feb 2013 05:50:50 GMT</pubDate><dc:creator>Ivan Mohapatra</dc:creator></item><item><title>Full Text Search</title><link>http://www.sqlservercentral.com/Forums/Topic1414832-360-1.aspx</link><description>I have one table in sql server say example Table Name: candidatesTest table contains some columnscid , cname,c_resume these are the columnscid in Int ,cname is nvarchar(50), c_resume is text Data Type.I am Storing candidates resume in c_resume text filed.I have 10000 rows in table.If i search c++ resume it will showing the result of c++ and also it showing the resume other than c++if i search c++11 also it giving the results.if i search c++1 it not showing any results(Zero Results).I have written Query like this:select * from candidates WHERE contains(c_resume_text,'C++') -It shwoing c++ and also other than c++ results.select * from candidates WHERE contains(c_resume_text,'C++11') -It showing results.select * from candidates WHERE contains(c_resume_text,'C++1') -It showing Zero results.Why the above 2 and 3rd showing different results?in c_resume_text filed there is no word c++11 , but we have c++ word.I am not understanding the above results? why ?what is happening?Please help me,How can i sove the problem,Thanks,</description><pubDate>Fri, 01 Feb 2013 13:12:58 GMT</pubDate><dc:creator>suresh0534</dc:creator></item></channel></rss>