473,321 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,321 software developers and data experts.

SQL Sever 2005 - Full Text FormsOf Inflectional

We have 2 SQL Server 2005 machines. One has the CTP version installed,
the other is the RTM.

When running the query below, results are returned for the CTP version
but not the RTM version.

select * from table t1
inner join containstable(table, column, 'formsof(inflectional,
''bücher'')') t2
on t1.[id] = t2.[key]
I have checked that the same data is present in the tables on both
machines and also that the FTI has been fully populated with a status
of "idle".

Please note that the word used "bücher" is a German word and should
return "buch" as a match.

Is this a bug with the RTM version of SQL Server 2005??

Feb 10 '06 #1
1 2174
(ja********@hotmail.com) writes:
We have 2 SQL Server 2005 machines. One has the CTP version installed,
the other is the RTM.

When running the query below, results are returned for the CTP version
but not the RTM version.

select * from table t1
inner join containstable(table, column, 'formsof(inflectional,
''bücher'')') t2
on t1.[id] = t2.[key]
I have checked that the same data is present in the tables on both
machines and also that the FTI has been fully populated with a status
of "idle".

Please note that the word used "bücher" is a German word and should
return "buch" as a match.

Is this a bug with the RTM version of SQL Server 2005??


Since I don't know fulltext, I cannot answer. Maybe you should try
microsoft.public.sqlserver.fulltext.
--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Feb 11 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jeffrey A. Hawkins | last post by:
Hi, I have been able to JOIN ON CONTAINS(column, 'whatever'), but can't seem to get the syntax right to join on one field containing a related field. The query below is what I am working...
2
by: HumanJHawkins | last post by:
The following query works perfectly (returning all words on a list called "Dolch" that do not contain a form of "doing"): SELECT 'Dolch' AS , dbo.Dolch.vchWord FROM dbo.Dolch LEFT OUTER JOIN...
3
by: Casey | last post by:
This does not seem to work: CREATE Procedure getSearchResults2 ( @search nvarchar(4000) ) as SELECT listing_id, RANK, name, address, city, zip, heading, phone FROM listings a, ...
0
by: Casey | last post by:
I am really having trouble with a full-text search query. Here's what I've got: SELECT listing_id, RANK, name, address, city, zip, heading, phone FROM listings a, FREETEXTTABLE(listings, *,...
3
by: Chung Leong | last post by:
Here's the rest of the tutorial I started earlier: Aside from text within a document, Indexing Service let you search on meta information stored in the files. For example, MusicArtist and...
0
by: jerrycan | last post by:
Hi All I have the following SQL script: ALTER procedure FREESEARCH1 @SVALUE as nvarchar(255) as declare @rc int if @SVALUE like '*' exec dbo.ALLREQ else Select * from Requirements where
1
by: HumanJHawkins | last post by:
Hi all, I need something stronger than LIKE or CONTAINS, but not so comprehensive as the FORMSOF(Field, INFLECTIONAL). I am looking to see which words from one list also exist in another....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.