Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / January 2006

Tip: Looking for answers? Try searching our database.

Returning rank values using CONTAINSTABLE - fails with unknown res

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sune Due Moeller - 18 Jan 2006 14:25 GMT
When submitting this Querey in SQL Server 2005
SELECT FT_TBL.Firstname, FT_TBL.LastName, Key_TBL.Rank
FROM [user] AS FT_TBL INNER JOIN
  CONTAINSTABLE([user], Firstname, 'ISABOUT (Christian weight (.1), Ian
weight (.2))') AS KEY_TBL
  ON FT_TBL.userid = KEY_TBL.[KEY]

I get this message:
Msg 7607, Level 17, State 1, Line 2
Search on full-text catalog 'ft' for database ID 9, table or indexed view ID
789577851 with search condition 'ISABOUT (Christian weight (.1), Ian weight
(.2))' failed with unknown result (0x80020005).

The only way I can run the querey succesfully is if I change the weights to
either 0 or 1.

@@Version returns this result for your information:
Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86)   Oct 14 2005 00:33:37  
Copyright (c) 1988-2005 Microsoft Corporation  Enterprise Edition on Windows
NT 5.2 (Build 3790: Service Pack 1)
Hilary Cotter - 21 Jan 2006 04:45 GMT
This works for me, what does select @@language return?

Signature

Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com

> When submitting this Querey in SQL Server 2005
> SELECT FT_TBL.Firstname, FT_TBL.LastName, Key_TBL.Rank
[quoted text clipped - 21 lines]
> Windows
> NT 5.2 (Build 3790: Service Pack 1)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.