all groups > sql server full text search > december 2003 > threads for december 1 - 7, 2003
Filter by week: 1 2 3 4 5
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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|