You can't do this in SQL 2000 easily. the only way to do it is through
thesaurus expansions using FreeText. In SQL 2005 you can create your
catalogs as accent sensitive or insensitive. Place the table in the accent
sensitive catalog and an full text indexed view of the same table in the
accent insensitive catalog.

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
> Forgive me if this has already been asked, but I need to be able to
> search either with accent sensitivity *or* insensitivity, depending on
[quoted text clipped - 7 lines]
> Thanks,
> Lisa
lisa@starways.net - 15 Jun 2006 15:25 GMT
> You can't do this in SQL 2000 easily. the only way to do it is through
> thesaurus expansions using FreeText. In SQL 2005 you can create your
> catalogs as accent sensitive or insensitive. Place the table in the accent
> sensitive catalog and an full text indexed view of the same table in the
> accent insensitive catalog.
Thanks, Hilary. But I thought the thesaurus expansion with FORMSOF was
only available starting with 2005. Isn't 2000 limited to inflective
expansions? If I'm misunderstanding, could you please point me
somewhere that shows how you'd do thesaurus expansions in 2000?
Thanks again,
Lisa
Hilary Cotter - 15 Jun 2006 18:51 GMT
Formsof is not available in SQL 2000, but the thesaurus feature works in SQL
2000 FreeText.

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
>> You can't do this in SQL 2000 easily. the only way to do it is through
>> thesaurus expansions using FreeText. In SQL 2005 you can create your
[quoted text clipped - 10 lines]
> Thanks again,
> Lisa
lisa@starways.net - 15 Jun 2006 19:03 GMT
> Formsof is not available in SQL 2000, but the thesaurus feature works in SQL
> 2000 FreeText.
I hear what you're saying, but when I look in the Online Books help
file for SQL 2000, the FREETEXT predicate says nothing at all about
thesaurus features. In fact, the word "thesaurus" doesn't appear
anywhere in that help file.
Do you have any information you could provide about this feature, or
could you point to a place where such information might be obtained?
Thanks,
Lisa
Hilary Cotter - 15 Jun 2006 19:32 GMT
http://www.indexserverfaq.com/thesaurus.htm

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
>> Formsof is not available in SQL 2000, but the thesaurus feature works in
>> SQL
[quoted text clipped - 10 lines]
> Thanks,
> Lisa