Re: Searching on #
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Fri, 20 Jul 2007 06:21:05 -0400
The behavior of the word breakers changed between Windows 2000 and 2003. I
don't know how to get around this problem.
--
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
"Mike" <Mike@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D770FF8C-AE71-482D-A4B5-FD4ABF41804F@xxxxxxxxxxxxxxxx
Hi,
Just wondering if anyone had any further ideas/advice? :o)
ta,
mike,
"Mike" wrote:
Thanks for the ideas so quickly.
One server is a 2000 box and one is 2003, sorry I should have mentioned
this
however its the 2000 box which is returning results, the 2003 server
errors.
I've ran the statements below and both return "us_english" with a
config_value of "1033".
Any more ideas greatly appriciated!
Kind regards,
mike,
"Hilary Cotter" wrote:
can you also do this
select @@language
GO
sp_configure 'default full-text language'
GO
on both machines and post the results back here?
--
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
"Mike" <Mike@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F6F33158-013B-4C07-93AB-FC5F37D9430B@xxxxxxxxxxxxxxxx
Hi,
I have 2 identical sql 2000 servers with full text indexing enabled
on
both.
I have the same data structure etc however on one sql server I can
run
SELECT
* FROM tblTest WHERE CONTAINS(text,"'C#'") and get results however
running
on
the second I get a message saying the query contains nothing but
noise
words.
I've checked the noise.eng and noise.enu files are they are both
identical
on both servers.
Any ideas more than welcome!
ta,
Mike,
.
- Follow-Ups:
- Re: Searching on #
- From: Mike
- Re: Searching on #
- References:
- Re: Searching on #
- From: Hilary Cotter
- Re: Searching on #
- From: Mike
- Re: Searching on #
- Prev by Date: Re: freetexttable issue
- Next by Date: Re: Searching on #
- Previous by thread: Re: Searching on #
- Next by thread: Re: Searching on #
- Index(es):
Relevant Pages
|