all groups > sql server full text search > july 2007 >
You're in the

sql server full text search

group:

Searching on #



Re: Searching on # Daniel Crichton
7/18/2007 12:00:00 AM
sql server full text search: Mike wrote on Wed, 18 Jul 2007 00:32:07 -0700:

[quoted text, click to view]

Are they both on the same version of Windows too? I think that on Windows
2000 you'll not get results, but on Windows 2003 you will. Also, check the
text in the rows - only the captilised C# will be indexed as C#, if you have
c# it'll be treated as c and so will be removed if you have c in your noise
words files.

Dan

Re: Searching on # Hilary Cotter
7/18/2007 12:00:00 AM
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
[quoted text, click to view]

Searching on # Mike
7/18/2007 12:32:07 AM
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,

Re: Searching on # Mike
7/18/2007 6:44:08 AM
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,

[quoted text, click to view]
Re: Searching on # Mike
7/19/2007 11:34:01 AM
Hi,

Just wondering if anyone had any further ideas/advice? :o)

ta,

mike,

[quoted text, click to view]
Re: Searching on # Mike
7/20/2007 3:32:06 AM
Hi,

OK no problem :o(

Thanks for your speedy response and advice though :o)

Kind regards,

mike,

[quoted text, click to view]
Re: Searching on # Hilary Cotter
7/20/2007 6:21:05 AM
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
[quoted text, click to view]

AddThis Social Bookmark Button