|
Posted by james_oinn on 10/01/25 11:39
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??
Navigation:
[Reply to this message]
|