Re: SQL 2005 Full Text Multi-Column Ranking
- From: "Daniel Crichton" <msnews@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 14 Dec 2005 08:30:58 -0000
craig_at_rampgroup_dot_com wrote on 13 Dec 2005 18:18:39 -0800:
> I looked all over the internet and can't find a straight answer, so
> hopefully someone here will know the answer for a fact.
In SQL Server 2005 you can provide a column list instead of a single column
if you want to get a rank that's valid across multiple columns. eg.
select * from containstable (program, (Name, Description), 'ISABOUT
("soccer")')
Dan
.
- Follow-Ups:
- Re: SQL 2005 Full Text Multi-Column Ranking
- From: craig_at_rampgroup_dot_com
- Re: SQL 2005 Full Text Multi-Column Ranking
- References:
- SQL 2005 Full Text Multi-Column Ranking
- From: craig_at_rampgroup_dot_com
- SQL 2005 Full Text Multi-Column Ranking
- Prev by Date: SQL 2005 Full Text Multi-Column Ranking
- Next by Date: Sql Server 2005 Full Text Indexing on Sql Server 2000 compatible databases?
- Previous by thread: SQL 2005 Full Text Multi-Column Ranking
- Next by thread: Re: SQL 2005 Full Text Multi-Column Ranking
- Index(es):
Relevant Pages
|