Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 How to use sql to find noise words?

Author  Topic 

roy_kty
Starting Member

29 Posts

Posted - 2006-12-22 : 02:19:45
Dear all,

Now I'm play the full text search
May I ask is there any sql statement can find out the noise words?

Thx for your help!
Roy

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2006-12-22 : 06:00:13
Which "noice" word do you refer to?


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2006-12-22 : 11:13:36
I presume Roy means "the", "a", "and" ... etc

(But then I think you would know that too Peso, so maybe I misunderstood what you were needing to know ... and if so Roy may too!)

Kristen
Go to Top of Page

roy_kty
Starting Member

29 Posts

Posted - 2006-12-27 : 02:58:07
Yes I mean the words "a" "an" "the" which store in the noise.* in folder

Microsoft SQL Server\MSSQL\FTDATA\SQLServer\Config

because when I use full text search if I only put the noise words it occur error
so I try to use a sql to find out all noise words first
and compare to my condition in my application
Go to Top of Page
   

- Advertisement -