Regrettably this is the only way I know of doing this.
--
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 [quoted text, click to view] "NeilT" <afn95@dial.pipex.com> wrote in message
news:1150743197.762884.24840@f6g2000cwb.googlegroups.com...
> Hi.. SQL 2K issue. My client wishes to FTS for certain noise chars
> only, e.g. % which of course isn't in the noise word files. The best
> I've been able to come up with to resolve this is to escape the
> characters when I enter the string into CONTAINSTABLE, however the
> results return as if the query was "% AND escape"
>
> This anyway seems to be a cludge, which I'm very tempted to use as a
> temporary (forever)solution but I would really appreciate it if someone
> could point me to the error of my ways or tell me if this is at all
> possible.
>
> I know that the best solution would be to go through the text and
> change all % chars to something that I could then search against, but
> A) this isn't the only char that he's interested in and B) the data is
> historic, large, formatted and extracted from a Notes DB, so I'd rather
> not go there for the moment.
>
> Appreciation in advance
>
> Neil
>