"Hilary Cotter" wrote:
> 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@discussions.microsoft.com> wrote in message
> news:D770FF8C-AE71-482D-A4B5-FD4ABF41804F@microsoft.com...
> > 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@discussions.microsoft.com> wrote in message
> >> > news:F6F33158-013B-4C07-93AB-FC5F37D9430B@microsoft.com...
> >> > > 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,
> >> >
> >> >
> >> >
>
>