1: 2: 3:
SELECT * FROM Product AS P INNER JOIN CONTAINSTABLE(Product, (ProductName, LongDescription),@parsedoutput) AS KEY_TBL ON p.ProductID = KEY_TBL.[KEY] ORDER BY RANK DESC