473,670 Members | 2,636 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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(t able, column, 'formsof(inflec tional,
''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 2187
(ja********@hot mail.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(t able, column, 'formsof(inflec tional,
''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.publi c.sqlserver.ful ltext.
--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.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
1936
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 with... As written, everything inside the single quotes is interpreted as a literal string. I.e. "FormsOf" doesn't act as a function, but just a bunch of letters. Any ideas? Thanks!
2
4342
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 dbo.CombinedLexicons ON CONTAINS(dbo.Dolch.vchWord, 'FORMSOF(INFLECTIONAL, "doing")') WHERE (dbo.CombinedLexicons.vchWord IS NULL) However, what I really want to do requires me to piece two strings together,
3
6166
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, FREETEXTTABLE(listings, *, 'FormsOf(INFLECTIONAL, @search') b
0
1366
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, *, 'FormsOf(INFLECTIONAL, tax') WHERE = a.listing_id ORDER BY RANK DESC, name When I hard code the value 'tax' into the query, it returns over 500 results. But when I try and do it with a variable, it treats it as null:
3
9548
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 MusicAlbum let you find MP3 and other music files based on the singer and album name; DocAuthor let you find Office documents created by a certain user; DocAppName let you find files of a particular program, and so on. Indexing Service uses plug-ins...
0
1290
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
2638
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. However, this is related to reading comprehension. Therefore I need to see "dog" and "dogs" as a match. However, I don't want to see "run" and "ran" as a match.
0
8468
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8901
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8814
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8591
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8660
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7415
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4390
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2799
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2041
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.