all groups > sql server full text search > october 2005
Full-Text Search is not enabled for the current database
Posted by d krage at 10/31/2005 6:01:04 AM
We are having problems with Full-Text searching...
Recently we installed a SQL application that needs to access full-text
searching.
It gave the following error:
"The crawl seed <MSSQL75://SQLServer/0539c240> in project <SQLServer
SQL0001400006> cannot be accessed. Error: 8007052e - Log... more >>
Catalog size up and down ???
Posted by Gordowey at 10/29/2005 4:52:51 PM
Is that normal??
I am populating my catalog, and i see the catalog size growing 45MB,
47MB, 52MB..1MB
and suddenly it goes to zero and starts again
Is that normal??
thanks
Alberto
... more >>
Batch Size
Posted by Robert G. at 10/27/2005 3:08:03 PM
Hi
I'm trying to improve a crawl's performance. Online books refers to
changing the default batch size from 1600 to a number associated with the
number of processors on my server.
For the life of me, I have no idea how to go about changing the batch size
for full-text search. Any and a... more >>
'update index in background' not running.
Posted by John Mott at 10/27/2005 2:24:10 PM
this is a new windows 2003 server/sql server 2000 set up (2-3 days old).
full text is set up and working and definetely added data, andi have update
index in background set.
It seems to have worked for a while, then stopped. The application event log
records events for Microsoft Search as 'Sea... more >>
Housekeeping job fails ! MS Search and Full-text help ?
Posted by Beisaikong at 10/26/2005 10:01:01 PM
Hi,
I am running sql 2000 sp 3a on a ms cluster with w2k sp3.
this below error occurs suddenly from aug 8th, which in turns the
sql full-text will failed.
800706be - The remote procedure call failed.
Server event log records: Microsoft Search service terminated unexpectedly.... more >>
Strange results
Posted by Kirsten at 10/26/2005 8:42:07 PM
I have a fulltext index on the "INSUMOS" table with the following options:
1) Default language is spanish
2) The NOISE.ESN is empty (i.e. index everything)
3) The catalog is updated
If I run the following query I don't get the expected results:
select Nombre from insumos
where CONTAINS(I... more >>
Fulltext options grayed out
Posted by Martijn Saly at 10/26/2005 11:27:31 AM
This is an old one, but I haven't been able to fix this just yet. We
have a Win2k SP4 server which runs SQL server 2000 with the latest
service packs and updates and everything. The server is a webserver
that's being hosted at a hosting provider. There's absolutely nothing
special or exotic ... more >>
Owner missing in Cluster
Posted by Tim at 10/26/2005 12:00:00 AM
When I look at properties for FT in cluster administrator the only owner I
see is the node1 owner. Why doesn't owner node2 show up as a selection?
I'm thinking about doing the following below from a MS KB article to fix my
problem, any ideas?
--------------------------------------------------... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to optimize our fulltext search
Posted by chemInformatic at 10/25/2005 7:34:12 PM
configuration
hardware: cpu 4*1.5G RAM 2G
software: windows 2000 server,sql server 2000
data: records >40 million ,spaceused > 14G
fulltext variables: Number of items:>10 million,Number of Keys >1
million ,spaceused of
Catalogue >500MB
Note:the type of the column indexed is ntext. the cont... more >>
Memory optimization
Posted by ISTS at 10/25/2005 1:31:07 PM
Hi
We are running full text search with 4GB RAM on SQL server 2000. Ihave the
/3G option on in boot.ini. The VM setting is set at 2048 to 4095.
I read it in the manual that the optimal configuration for full text search
is
1. The virtual memory size to at least 3 times the physical m... more >>
Remove SQL Server full text
Posted by Frivas at 10/25/2005 9:46:02 AM
Hi All!
I just want to know, is there any procedure to remove SQL Server full text
from a cluster enviroment? My provider ask me to do that but i want an
official document from MS about how to do it or if it is not possible.
Thanks for the help. ... more >>
ignored words...how to configure
Posted by Gordowey at 10/24/2005 2:26:10 PM
I am looking for "ABOUT" and i get this error
Server: Msg 7619, Level 16, State 1, Line 1
Execution of a full-text operation failed. A clause of the query
contained only ignored words.
how can i get around this error?
How can I exclude "about" from the reserved word, sinde is the name of
... more >>
Checking the integrity of the FT catalog/index
Posted by tran.hai NO[at]SPAM gmail.com at 10/24/2005 9:08:38 AM
What would be an efficient way to check for the integrity of a FT
catalog or index in SQL 2000? Beside monitoring the event logs, I'm
planning to write a script to parse out a string of text from a text
column of a random row from a table has FT indexes, then go back and do
a FT search on that... more >>
CONTAINS simple terms search acting like prefix search.
Posted by sqldba at 10/21/2005 10:20:21 AM
MSSQL 2000 sp3a, on Windows 2003.
I will use examples from BOL. I am searching with a CONTAINS like this:
WHERE CONTAINS(ProductName, ' "sasquatch ale" OR "steeleye stout" ')
and am receiving results like 'sasquatch's ale' and 'steeleye's stout'.
Plurals.
Strange. I have performed a full po... more >>
Punctuation marks
Posted by ML at 10/21/2005 5:11:03 AM
Does anyone have a list of all punctuation marks ignored by the full-text
indexing service by default. Noise files (i.e. noise.dat) only explicitly
list the dollar sign ($) and the underscore (_) as noise "words".
And another observation - the Windows implementation of MS Search (compared
t... more >>
How to search for a '%' using like and/or Full-Text
Posted by Gordowey at 10/20/2005 11:54:28 AM
Hi all, I have 2 questions
1.- How can i search for "%" using like
select * from table where sfield like '%%%'
is not working!
2.- I am using Full-text catalog in one table of my db, i would like to
know if i can search for % using
CONTAINSTABLE(TABLE.....
thanks
Alberto
... more >>
how to generate full-texting setting script for porting to another SQL Server?
Posted by ABC at 10/20/2005 12:00:00 AM
How to generate full-texting setting script for porting to another SQL
Server?
... more >>
Locale ID
Posted by Bobby Henningsen at 10/18/2005 10:08:45 AM
Is missing.. Any suggestions
... more >>
ft search error in win2k3 sp1 with sql 2k sp4?
Posted by phadke NO[at]SPAM gmail.com at 10/18/2005 3:43:13 AM
I just setup my server with win2k3 sp1 and ALL the latest patches, plus
sql 2004 standard sp4.
I keep getting this error on a table with 39000 records where I am
running a basic wildcard CONTAINS fulltext query for "cer*"
Server: Msg 7643, Level 16, State 1, Line 1
Your search generated too... more >>
Punctuation
Posted by Wozza at 10/18/2005 2:28:11 AM
I am trying to improve searching performance ... but I am storing data that
contains punctuation marks ... such as "E.L.O." and "R.E.M." (names of song
artists/groups).
Does this mean that I cannot use full-text searching at all for searching
for these artist names???
Is there a work-breaker... more >>
How to run Microsoft full-text Search service on a separate machine(otherthanSQLServer)
Posted by brianshaw03 NO[at]SPAM yahoo.com at 10/17/2005 8:25:10 PM
How to run Microsoft full-text Search service on a separate
machine(otherthanSQLServer)
Is it possible to create Microsoft Search Service for full-text search
on separate machine instead of running it on SQL Server machine? If so,
how? Can you point me to any best practice to architect it?
I ... more >>
can i/should i worry about fragmentation in catalog files?
Posted by John Mott at 10/17/2005 9:39:14 AM
Hello all,
I have an application that grew to 1.5 million records and saw poor
performance for a variety of reasons, but one huge 'doh' reason was that I
didn't think to pre-allocate the database and the poor database file was
fragmented as it grew from its default size in increments When we m... more >>
Getting context of search results
Posted by Mr. Roundhill at 10/14/2005 1:52:03 PM
Anyone know how to get the context of the search results in a full text
query? I'm trying to get similar results to the popular seach engines where
it displays the link to the document, and underneath it it shows the context
of the search words in the context of the document. For example, se... more >>
Weight returning unexpected results
Posted by matthewehoward NO[at]SPAM gmail.com at 10/14/2005 12:21:12 PM
It seems that several people have had similar issues, but so far I
haven't really seen an answer to this. It seems that using weights is
not affecting the ranking the way I would expect. For example, if I
search
containstable(address, address,' ISABOUT(Circle WEIGHT(0.2), Lake
WEIGHT(0.8) ) '... more >>
Best way to filter out noise words from user entered search string
Posted by Mr. Roundhill at 10/14/2005 10:56:02 AM
Hi there,
I'm implemeting a full text search on my company's site and am trying to get
around the 'Query contained only noise words' error. What's the best way of
stripping the text from the search string and then notifying the user that
the words were removed? (kind of like a google search... more >>
MS SQL Server 2000 - Search a table with 300,000+ records in less then a second or two
Posted by scgwebmaster NO[at]SPAM yahoo.com at 10/14/2005 9:25:33 AM
I have one table with 300,000 records and 30 columns.
For example columns are ID, COMPANY, PhONE, NOTES ...
-------------------------------------------------
ID - nvarchar length-9
COMPANY - nvarchar length-30
NOTES - nvarchar length-250
---------------------------------------------------
S... more >>
how to call IFilters in ASP.NET
Posted by kunallalwani NO[at]SPAM gmail.com at 10/14/2005 2:25:08 AM
Hello friends i need to extract the content before its gets uploaded to
a BLOB Field in my database. Now I tried using OFFICE XP PIA'S. but due
to license issues and other technical difficulties and other reasons, i
had to abandon that idea, Now i have to use IFilters and I cant get any
idea as ... more >>
Problem Installing FTS
Posted by Ash Moollan at 10/13/2005 12:00:00 AM
Hi there,
I have SQL Server SP3 (DEV Ed) Installed on my machine.
Select @@Version:
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Developer Edition on Windows
NT 5.1 (Build 2600: Service Pack 2)
I have popped in th... more >>
Treatment of extension column changed in SP4?
Posted by glenlow NO[at]SPAM pixelglow.com at 10/11/2005 8:29:51 PM
Hi All
I have several SQL Server 2000 databases that have tables which are
full-text indexed. In particular I index an image column and specify a
document type column. This type column often has a compound extension
like '.doc.gz' and I've written and enabled an IFilter on the box to
take fil... more >>
Get Info from Full Text Search Catalog
Posted by Charmed Empress at 10/11/2005 6:53:02 PM
Hi
I would like to know how to use Query Analyzer to get information from the
Full Text Search Catalog:
1. Status
2. Item Count
3. Catalog Size
4. Unique Key Count
5. Last Population Date
Also, I like to know how we can capture the data from the Table ->
Properties -> General Tab, in pa... more >>
& in FTS
Posted by Owen Mortensen at 10/11/2005 10:56:52 AM
I'm having a problem when "&" is in the search term.
For example, I have an article in my database that has "flat monitors &
Toshiba magic". When a user does a FTS using that search term (or, here's
some SQL: SELECT * FROM FREETEXTTABLE(forum_pacs,*,'"Flat Monitors & Toshiba
magic"') ORDER... more >>
updating a FT index - not what I expected
Posted by ssummo at 10/10/2005 1:50:06 PM
I have a FT index which idexes a image column (files). The table does not
have a timestamp column, has about 80k rows.
I have created the index and populated it successfully, took 3 hours and the
4 cpu's were at 95% the whole time.
I would like to keep this FT Index updated. I can not use in... more >>
How to make catalog?
Posted by Vasant Srisanan at 10/8/2005 12:00:00 AM
I am new-hand for sql server 2000 .
I want to catalog of sql server 2000.... more >>
Full-Text Catalog permissions
Posted by dgeiser13 NO[at]SPAM gmail.com at 10/7/2005 8:38:49 AM
Hello, All,
I am migrating an SQL database from an SQL 7 server to an SQL 2000
server. All of the usernames, tables and stored procedures migrated
fine.
When I point my asp code from the old database server (which works as
expected) to the new database server I get the following error...
... more >>
The crawl seed cannot be accessed
Posted by tt at 10/6/2005 1:59:02 AM
I've tried to rebuild catalog and start a full population but am gettting
the error message 800700e9 The crawl seed cannot be accessed in the event
viewer. I've followed what it says in the other articles that Builtin admins
has sysadmin rights and the SQL Service account was changed in EM ra... more >>
MSSearch.exe error window: "Tracer"
Posted by John at 10/5/2005 2:11:03 PM
My company has a client using SQLServer 2000 SP3a.
Every so often (approx. once a week), the full-text indexing will fail on
one of our database tables. We are unsure why, but have noticed some rather
bizarre behavior associated with this failure. (Normally, we restart the
MSSearch service ... more >>
Can the .mdb file (include VBA code) be indexed?
Posted by Raymond at 10/5/2005 1:06:06 PM
Hi GURU, I wonder if the code inside the .mdb or .adp file can be indexed? if
yes, what iFilter can do that? Thanks.... more >>
Can't enable Full Text on database
Posted by Greg D. Moore (Strider) at 10/4/2005 12:00:00 AM
Got a strange problem.
Had a SQL 7.0 Box with FTS on a database. Worked fine except for one quirk
we never tracked down. Starting up the MSSearch Service would fail 1/2 the
time due to timeout. Other 1/2 would take a long time (like sometimes an
hour) to start.
Upgraded to SQL 2000, n... more >>
|