﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Employers and Employees / Career  / sql 2008 quary / 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>Tue, 21 May 2013 07:09:17 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: sql 2008 quary</title><link>http://www.sqlservercentral.com/Forums/Topic1260703-334-1.aspx</link><description>You posted this query in two forums about jobs???I will attempt to respond to your question.[quote]In the below coding no compilation error but using this quary i am not getting the answer please give me the answer for this below quary[/quote]I am not sure what the answer is because I don't know what the question is.</description><pubDate>Fri, 02 Mar 2012 07:34:53 GMT</pubDate><dc:creator>Sean Lange</dc:creator></item><item><title>RE: sql 2008 quary</title><link>http://www.sqlservercentral.com/Forums/Topic1260703-334-1.aspx</link><description>its like you are not getting any result after firing above query?</description><pubDate>Fri, 02 Mar 2012 06:58:13 GMT</pubDate><dc:creator>manukumar</dc:creator></item><item><title>sql 2008 quary</title><link>http://www.sqlservercentral.com/Forums/Topic1260703-334-1.aspx</link><description>Hi sir,In the below coding no compilation error but using this quary i am not getting the answer please give me the answer for this below quaryselect ProductID,Name,NameResults.Rank as NameRank,DescriptionResults.Rank as DescriptionRankfrom Productleft outer joincontainstable(Product,Name,             'Formsof(INFLECTIONAL,red)and FORMSOF(INFLECTIONAL,blue)',             language 'english') as NameResultson Product.ProductID=NameResults.[key]left outer joincontainstable(Product,Description,             'Formsof(INFLECTIONAL,red)and FORMSOF(INFLECTIONAL,blue)',             language 'english') as DescriptionResultson Product.ProductID=DescriptionResults.[key]where(NameResults.Rank is not null)and(DescriptionResults.Rank is not null)order by(isnull(NameResults.Rank,0)* 3 + isnull(DescriptionResults.Rank,0))desc</description><pubDate>Fri, 02 Mar 2012 03:51:57 GMT</pubDate><dc:creator>ashwiniranju14</dc:creator></item></channel></rss>