all groups > sql server full text search > december 2003
Filter by week: 1 2 3 4 5
No results for full text searches
Posted by mark o'sullivan at 12/31/2003 9:39:22 AM
OS: Windows XP Pro
DB: Sql Server 2000
I set up a full text index on a "searchfield" column on a
table. It created and populated just fine with an item
count of 1744.
Whenever I run a query using contains or containstable or
anything like that, it doesn't return any results. I've
bee... more >>
Microsoft Search Service Fails on Boot--!
Posted by Russ at 12/30/2003 9:56:44 AM
I have been having a problem with the microsoft sesarch service failing on
boot up. All that I get from the event logs is: Event ID: 7009-"Timeout
(30000 milliseconds) waiting for the Microsoft Search Service to connect."
and Event ID: 7000-"The Microsoft Search service failed to start due to the... more >>
freetext search
Posted by cpsabari NO[at]SPAM netscape.net at 12/30/2003 9:05:35 AM
hello all,
here is a newbie's question, pl help me out. i've a bunch of products
in a table with productcode containing the string 110. when i execute
select distinct productcode from pf_catalogproducts
where productcode like '%110%'
i get back 50 products but when I execute
select d... more >>
item count in catalog is 0
Posted by Ayman at 12/30/2003 8:28:29 AM
Hi,
I create FTS catalog and populate it (successfully) but
the item count in catalog is 0.
No error messages when I run full text search sql
statement using(contains) but no result too
plz if u can help.
regards,
Ayman... more >>
Installing Full Text after installation (SQL 7)
Posted by Jason at 12/29/2003 6:21:37 AM
Has anyone installed full-text searching after installing
SQL server 7.0? Does it stop SQL services?... more >>
Rapidly changing catalog
Posted by jasondavis19 NO[at]SPAM hotmail.com at 12/25/2003 9:14:49 AM
Hello,
I have a table with roughlly 5,000 records.
The table is updated every 10-15 minutes with 50 new records being
added, and similiar number of records being dropped. However, I only
need ~10% of the records searchable (those who falls between getdate()
and getdate()-1).
I have two que... more >>
Full-text failure (8007007e)
Posted by Francesco Donnarumma at 12/24/2003 7:31:20 AM
Hi everyone, I have restored in a new istance of SQL
(no upgrade) a backup of a database of another istance.
Ok... but my full-text has stopped to work!
Any full-text query working, but if I try to rebuild
a catalog that already exists I get the error:
error 7608: An unknown full-text... more >>
SQL Backup with Full-Text Search
Posted by rgondzur at 12/22/2003 12:29:48 PM
How do I do a backup of SQL Server and the Full-Text
Search catalog that it references?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
error I can't resolve : Execution of a full-text operation failed.
Posted by iain at 12/20/2003 8:31:05 PM
Error: 7619, Severity: 16, State: 1
Execution of a full-text operation failed. No such interface supported
MSSEARCH and serveragent are both started....
... more >>
Storing RTF on sql server
Posted by Roy Goldhammer at 12/18/2003 6:37:47 PM
Hello there
I have database designed on sql server
The application is VB or Access ADO.
On the application i have rich text control.
On the rich text control i type charecters or i Load RTF file.
If I store the Object.Text on nvarchar the letters are stored but none of
the special de... more >>
full text option greyed out
Posted by M Temperton at 12/18/2003 4:09:07 PM
Afternoon folks
Ive just done an in place upgrade from sql7 > 2000 ( on w2k server sp4) and
have noticed there are no options for creating catalogs as the option is
greyed out
I have installed the component after upgrading as per guide, installed sp3a
and booted etc but still no luck --- any ... more >>
No results from Image filed with Word documents
Posted by Arek Lubniewicz at 12/18/2003 2:40:20 PM
Hi!
I'm trying to fulltext search image field in SQL database that contains
various documents, most of them Word documents. The documents are placed in
the database by an ASP.NET application. The data table also contains varchar
field with fileextension of the original document file (".doc... more >>
full text error
Posted by mitra fatolahi at 12/18/2003 12:25:27 PM
Hi All,
Our web application log file reports the following error
message when an end-user trys to search on a column that
has a full-text indexing:
"[ERROR] archives.display_results(Execute new Query -
SMTP) : java.sql.SQLException: [Mitra2000]Search on full-
text catalog 'CAT_Mime_Cont... more >>
Full-Text Menu Disabled
Posted by Edwin at 12/18/2003 4:29:41 AM
I have a copy of MSSQL 2000 running in a shared hosting
environment with 286 active databases. It has recently
come to our attention that the "Full-Text Indexing..."
menu option has become unavailable (grayed out) to anyone
who tries to access this option via Enterprise Manager,
this of co... more >>
Thoughts/advice on select optimizations
Posted by Thomas Nielsen [AM Production A/S] at 12/16/2003 8:38:23 PM
I'm looking for thoughts/advice on how to build the fastest search + (paged)
results-page in an .NET + SQL Server 2000 environment. I hope this is the
proper group for this, otherwise i appologize for the spam.
I have one table with around 100.000 records containing some text fields.
What i ne... more >>
No result in Arabic Unicode HTML
Posted by noor at 12/16/2003 1:53:16 PM
Hi All,
I have Unicode Arabic HTML data in an Image column (PageText) and (htm) in
PageFormat column and Full Population too.
But this query has no result.
SELECT * FROM tblBookPages WHERE CONTAINS(PageText, ' "any arabic word" ')
Please help me.
My Server Configuration
**************... more >>
FullText Engine Server load
Posted by solex at 12/16/2003 10:02:46 AM
Hello,
I have been asked to "try" to quantify the impact of server performance when
enabling the FT-Engine. I plan on indexing 2 columns in two different table
the columns are each defined as Varchar(255). I plan on doing an
incremental update in the evening.
What if any would be the impa... more >>
Problem with noise words
Posted by Michael L. at 12/14/2003 11:37:02 AM
Hello,
I tried Hilary's advice on clearing the noise words entirely (see below) and
still receiving errors as "(Syntax error or access violation)<P>
[Microsoft][ODBC SQL Server Driver][SQL Server]Execution of a full-text
operation failed. A clause of the query contained only ignored words."
... more >>
Equivalent SQL Server functions for MATCH-AGAINST in mySQL??
Posted by dmiller NO[at]SPAM dmxcoding.com at 12/13/2003 12:17:05 AM
i need to convert this mySQL statement to work in MS SQL Server:
SELECT MATCH(myTextField) AGAINST('searchstring') AS MatchValue
FROM myTable
WHERE MATCH(myTextField) AGAINST ('searchstring')
ORDER BY MatchValue DESC
the results from this query produce a decimal value, assuming its the
... more >>
FTS over multiple tables
Posted by Harald Weiser at 12/12/2003 11:30:21 AM
Hi Folks,
If I try a FTS with searchStrings that are in different tables I get the
Error-Message
7615 SQL ERROR, A CONTAINS or FREETEXT predicate can only operate on one
table
SELECT DISTINCT cs.id
FROM context_gst cg, context_sst cs
WHERE cg.id=cs.id
AND CONTAINS(*,'"first*" AND "second... more >>
Problem with FREETEXT
Posted by Pinto at 12/12/2003 10:01:11 AM
Thanks John for the help with my previous problem
Trying to perform a search with FREETEXT(content, '"#3"') and receiving the following error.
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Search on full-text catalog 'content_content... more >>
contains versus like
Posted by Ainara at 12/11/2003 2:35:52 PM
Hi all
I'd like to get all the information of table1 in which
colum1 contains this characters :
select * from table1 where colum1 like %per%
but using Full Text Search this is the nearest query i've
found:
select * from table1 where contains(colum1,"per*")
Is there any way better?... more >>
Design question regarding PDF searching.
Posted by henry.derstine NO[at]SPAM puc.state.oh.us at 12/11/2003 11:37:40 AM
I am trying to get a couple of things straight before implementing
anything. Any comments would be appreciated.
It is my understanding that for performance it is better to save
documents like PDFs outside the SQL Database (I'm using MS SQL Server
2000) and only save the path that points to th... more >>
Too few hits
Posted by Sergio Gallardo Contreras at 12/10/2003 4:47:53 PM
I need to expand the capabilities of SQL Server 2000, I need that one query
return more hits. The text to search is in Spanish and the SQL Server
Full-Text query is configured in Spanish too. Example: I a search for the
singular word "restaurante", and it plural form "restaurantes" the query
giv... more >>
Problem in using FullText Search
Posted by James Wong at 12/10/2003 4:01:50 PM
Hi! Everybody,
I found that full text search cannot be executed when SQL Server is started
up by domain user. I have already added the user to server's local
administrators group and also added authority to SQL server. Full text
search is working fine when SQL Server is started up by Local ... more >>
How to use "&" in FT Search
Posted by Andrew at 12/9/2003 3:25:26 PM
Hey all,
Having a slight bit of trouble with a Free Text Query here. We have a large
database containing records that have Business Names in them. It was
brought to our attention when a user attempted to search on "D & M Farms".
This is the name of the business, and it is also how the data is... more >>
MS Search Service on Act/Act Sql 2k SP3 Cluster Failing
Posted by Paulb at 12/9/2003 2:59:58 PM
Help:
FullText catalog wasn't populating and believe we were
able to tie it to a failover.
Followed steps listed in kb240867. now the ms search
resource will not come on line through cluster
administrator.
Here is what the event log shows:
The Gatherer property mapping file cannot be ... more >>
Noise Problems
Posted by sylvie manus at 12/9/2003 1:44:08 PM
Microsoft OLE DB Provider for ODBC Drivers
error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Execution
of a full-text operation failed. A clause of the query
contained only ignored words.
/v2/includes/functions.asp, line 465
... more >>
On the fly conversion of word documents to html documents using SQL or something
Posted by sharmauiuc NO[at]SPAM yahoo.com at 12/7/2003 10:08:41 AM
Hi,
My platform is SQL2000 Server and Windows 2000 Server. I am using JSP
to retrieve my documents. My FTS appears to be working fine. I am
storing
Word documents (.doc) extension on image column.
However, I would like to retrieve the word documents content as html
document. Is there a w... more >>
can you create a population schedule with an sp?
Posted by cakewalkr7 NO[at]SPAM hotmail.com at 12/6/2003 4:07:16 PM
I'm trying to write a sql install script so a client can just execute
the script in query analyzer and it will create all the tables, views,
fts catalog, etc. I've got everything working fine except I don't
know how to make it create a population schedule for the fts catalog.
Is this possible ... more >>
Word Distribution in Full Text Index
Posted by Rich at 12/4/2003 5:25:14 PM
Hi,
I am trying to eek out some performance on my fulltext queries and have
picked up some useful tips from this forum. Currently i'm focusing my
attention on attempting to reduce the size of the fulltext catalogs.
I have 2 catalogs
A) 300MB, 214k rows, approx 2k queries per day
B) 40MB, 1... more >>
How to use T-SQL to replace a string
Posted by JL at 12/4/2003 1:46:56 PM
I made a mistake in my SQL server:
"...Group SA..." should be "Group: A" in one of the field. There are
hundreds of records need to be modified.
I'm new to SQL and I tried this:
USE databasename
SELECT REPLACE('Group SA', 'p SA','p: SA')
GO
But it didn't work at all. Could anyone help m... more >>
Full-text indexing returns zero row
Posted by Sang Nahm at 12/4/2003 8:29:43 AM
Hi,
I would like to use SQL Server 2000 Full-text indexing on
various file extension types such as XLS, DOC, HTM and
PDF, stored in a table. I have done the following:
1. Created a table as the following:
CREATE TABLE [dbo].[WPFTImages] (
[WPFTImageId] [int] IDENTITY (1, 1) NOT FOR
R... more >>
unicode full text cataluge
Posted by itamar at 12/4/2003 2:35:36 AM
hi all
i ma developing on an sql 2000 / win 2000 platform.
i have built a table which contains a data in a unicode
format..ie:"екдоты..."
(this specific data is in russian). i have full text
indexed the table (Neutral "Language for Word Breaker"). i
have... more >>
Rebuild FT Index After Restore
Posted by Mark Weidner at 12/3/2003 7:30:12 PM
Hello All,
I've come across the need to backup and restore a DB w/ FT catalog to
another server. I would not have a problem running a full population, as it
is relatively small (takes < 1 hr to populate). The restored DB of course
contains the old FT Catalog entry with the old path. I've en... more >>
Spanish Support
Posted by Sergio Gallardo Contreras at 12/3/2003 2:40:41 PM
Our SQLServer version is English, but we need to search in Spanish using
Full-Text search. The problem is that it don't have Spanish support. Anyone
knows if the Spanish support for the Ful-Text is available in Microsoft
Downloads???
... more >>
No results for ntext and image searches
Posted by hamiryar NO[at]SPAM hotmail.com at 12/3/2003 9:15:14 AM
SQL Server 2000 on Windows 2000 and XP Pro
I've created a full text index successfully. And I've confirmed in the
application event log that MSSearch ran successfully. I get search
results on all fields except the ntext and the image field. I don't
get an error. I just get 0 results.
These ... more >>
Full text search with logic operators
Posted by Brian Henry at 12/2/2003 2:30:37 PM
I want to use AND/OR/NOT operators in a text query to search my full text
indexed table... I have a search set up now that will not use thoes
operators.. this is the query I am useing for it...
ftSearch = "SELECT TOP " & Me.cboResultsReturned.SelectedValue & "
FT_SEARCH.[KEY], FT_SEARCH.RANK, ... more >>
FullText for Contact -> Skills?
Posted by Ford Prefect at 12/2/2003 10:47:51 AM
Hello All,
I've been asked to improve upon a search query and am wondering if Full Text
indexing is a good solution for this.
Basically what we have is a contact table that has a related Skills and
Industry tables. To further complicate things I would then need to filter
down by country.
... more >>
storing and searching XML
Posted by Caspar at 12/2/2003 8:41:04 AM
Hi all,
I'm a newbie here. I need to store an xml content into SQL Server. Originally, I was planning on storing it as a TEXT data type. However, from the little research I've done, it seems that you can only apply Filtering on IMAGE data type. Is this correct? What would be the best way to store... more >>
Image Data
Posted by Amy Uttendorf at 12/2/2003 8:09:30 AM
I am storing massive amounts of image data in my SQL
Server 2000
database. As part of this storage, I have to execute
loads which
contain millions of records to be inserted. The current
process
takes the file path (text file) and streams the object
into my SQL
Server table as binar... more >>
FullText Image Data
Posted by Darin Richards at 12/1/2003 7:59:15 PM
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17
2002 14:22:05 Copyright (c) 1988-2003 Microsoft
Corporation Personal Edition on Windows NT 5.0 (Build
2195: Service Pack 4)
Running on Microsoft 2000 Server.
I have a table that has an image col and a Type col CHAR(3)
I am... more >>
Updating part of text string
Posted by Roar Johnsen at 12/1/2003 6:52:52 PM
Can anyone help me with the following problem:
I have a database with a column containing long text-values. Inside theese
textvalues there are som url's that I need to change, or atleast part of
them.
What I need is a SQL query which updates only part of the text-streng. The
url's point to ... more >>
FREETEXTTABLE Hits
Posted by Philip Lippard at 12/1/2003 5:23:24 PM
With a Full Text SQL query using a FREETEXTTABLE is there a means to know
"where" and "how many" occurences of the search argument satisfied the SQL
query ?
I want to highlight the various hits with some form of a visual
representation.
Thanks
... more >>
Newbie question: Is Full-Text integrated with MSDE?
Posted by beneh NO[at]SPAM _nospan_telefonica.net at 12/1/2003 3:30:36 PM
Is Full-Text integrated with MSDE?
If it's certain , how can I know it? and to activate it?
Maybe with OSQL?
Thanks for de answer.
Regards.I
"Cuanto más cerca de la humildad, más cerca se estará de la grandeza"
R. Tagore... more >>
Full Text Indexing - Full Population
Posted by Pranita at 12/1/2003 12:04:13 PM
Hi ,
I am having table test_a
Table Name: test_a
Fields are:
ID Int 4 - Primary Key
Name nvarchar 100
Document Image 16 Null
Full Text Indexing is done on Name field but I want to retrive output on
D... more >>
Full Text Search Installation
Posted by Sanchit Jain at 12/1/2003 4:19:38 AM
I installed full text search on SQL Server 2000 developer
edition, but still i cannot see an icon for the Full-Text
catalog, and the full-text search icon on the right click
of a table is not enabled.
This has happened twice with me on two different machines.
Any solutions.
Thanks
Sanchit... more >>
how to re-arrange keywords for performance?
Posted by Hung Huynh at 12/1/2003 1:56:39 AM
I have a list of keywords separated by comma in ntext column. I'm wondering
if this is a typical way to stored keywords. Or should I remove all the
comma separating keywords and make the whole text looks like a single block
of text? Which is preferrable for performance? I'm using CONTAINSTABLE() ... more >>
|