all groups > sql server full text search > march 2005
Full-Text Results to MS Access
Posted by PaulJS at 3/31/2005 8:01:02 PM
Greetings!
I have a requirement to set up several full-text indexes on our SQL Server
2000 database. My problem/question is how to get the results to show up in a
form or datasheet in our MS Access XP front end? I'm planning to be able to
allow the user to enter search criteria via an Acc... more >>
Front end website full-text search
Posted by JT at 3/31/2005 4:54:45 PM
I have a front-end search set up that takes the users input and runs a
stored procedure that uses FREETEXTTABLE to get the results. I want it
so that when a user types in a search that has words grouped together
inside quotes (i.e. "sql server") it does an AND instead of an OR. I
know that CON... more >>
Restoring from Backup and Fulltext Catelog
Posted by Sathian at 3/29/2005 5:57:07 PM
Dear Friends,
When deploying the application I send a back up of the data base to be
restored on clients place.
there is a table in the database which a has FullText Index associated with
it. However since it is in a different machince the client server cannot
recognise the Full-Text catelog.... more >>
Can you do accent insensitive full text searches?
Posted by Neil at 3/29/2005 10:45:04 AM
Some people are saying that the only way to do a accent insensitive full
text search under SQL 200 is to replace mssearch with the version that comes
with Share Point Server. Is this true or is ther another way? If it is true
how are you supposed to send this to clients as not everyone has ... more >>
Does any one have similar problem with nvarchar column storing chinese characters?
Posted by Xin Chen at 3/29/2005 10:19:20 AM
I am running into some wired problem with nvarchar(4000). When I insert the
chinese characters, the text got cut off. The following two sections shows
what happen, the first chinese section is what is ended up in the database,
the second section (separate by "--------------------") show the com... more >>
Please help on
Posted by Sathian at 3/25/2005 4:26:54 PM
Dear Friends,
When I tried to start Micosfot Search Service on Windows 2000 Server with
SQL server, the following message was obtained.
"Could not start Microsoft Search Service on Local Computer. Error 3: The
system canot find the path specified."
When I tried to apply SQL2kSP3 t... more >>
I can't seem to access my fulltext data
Posted by tshad at 3/24/2005 12:41:14 PM
I am running on Sql Server 2000.
This was set up a couple of weeks ago and ran fine. I came in today and was
looking at some of my asp.net pages and started to get the error:
Execution of a full-text operation failed. The catalog does not exist or is
currently unavailable
I tried just ... more >>
Fulltext on nvarchar
Posted by kasperxb NO[at]SPAM gmail.com at 3/23/2005 1:57:48 AM
Hi
I would like to know if solution a is faster than b:
a) Fulltext index on theese columns x nvarchar(250), y nvarchar(250),
z nvarhar(4000)
b) Fulltext index on columns x, y and splitting up z to a relational
table with nvarchar(200) bits of the existing nvarchar(4000) field.
The ro... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Change Tracking Displayed in Event Log
Posted by Binder at 3/22/2005 1:09:56 PM
I have a customer that is complaining of poor performance when doing
searches against the FTS catalog during the day.
I believe what is happening is that the indexing process is taking place at
the same time as their searches.
select @@version
-------------------
Microsoft SQL Server 2000... more >>
Fulltext catalogs never build
Posted by AMondaleNoSpam at 3/21/2005 9:26:42 PM
In Windows Sharepoint, I can't get the catalogs to build either manually or
by using the Sharepoint Central admin console. They have between 1-8 items,
and are never larger than 1 mb, even though the content is > 3 GB!
This is on a SQL 2000 Ent. running on a 2-node A-A cluster; could that be ... more >>
SQL 7 FTS: any way to retrieve the indexed terms for a row?
Posted by Daniel Crichton at 3/21/2005 10:05:08 AM
I have FTS enabled on a number of columns on a SQL 7 database table, and
today for the first time I've had a strange result for a search term. The
term does not exist, and has never existed, in the column I'm querying, and
yet using CONTAINS(QuickSearch,'"0130606219"') as the only WHERE clause... more >>
NOT CONTAINS and LEFT OUTER JOIN
Posted by Mal at 3/16/2005 9:15:25 AM
Hi Guys
SQL Server 2000 SP3
(WIN NT/2000/XP)
Can somebody please explain how I can overcome the
following (what looks to be) limitation in SQL Server's
FullText capabilities?
Consider the following query (table defs at bottom of
post):
select *
from a
left outer join b on b.b_id... more >>
FullText Search on Multiple Language
Posted by Royston at 3/15/2005 6:09:32 PM
Hi All,
I am trying to implement a FullText search for a table which contains
translations for many different languages. However, different languages
utilized different word breaker for the FullText search to work properly for
that language but I can only assign a single word breaker to a ... more >>
Fulltext query not seeming to use "and"
Posted by tshad at 3/15/2005 2:37:22 PM
I have the following:
SELECT jobTitle from position where FreeText(jobDescription,'sales and
ccna') order by JobTitle DESC
This gives me 11 hits
If change change the FreeText clause to:
FreeText(jobDescription,'sales')
I get the same 11 hits.
But if I change it to:
... more >>
doing a FREETEXTTABLE on more than one columns -OR- creating a SECOND FT INDEX for a table
Posted by Denis at 3/14/2005 12:43:49 PM
Is it possible to create a second FT-INDEX for the same table? I want to
index different fields in each one to use it in different areas.
Alternatively, is it possible to do a FT search on MULTIPLE fields in an
Index? I know that the FREETEXTTABLE can only do it on either one or all
inde... more >>
Need help with stored procedure.
Posted by Vanessa Lee at 3/13/2005 7:26:20 PM
Hi,
I am using SQL Server 2000 on Windows 2000 server. Here is my problem:
@String = 'word1word2word3word4word5' - This value is passed to Stored
Procedure from the script.
Column1 in a table1 has many rows with "words" . One row in this column1
will have 'word3'. Notice that this 'word3' i... more >>
Full text search on Chinese or Chinese/English mix?
Posted by Xin Chen at 3/12/2005 11:39:17 PM
I want to use SQL 2005 FT to search on web page I crawled from web. The
page can be Chinese, English or Chinese/English(Chinese article with English
phrase in it).
First question is that what language word breaker I should choose. Does
Chinese word breaker make its English content hard to sea... more >>
Problem with Search Unicode Strings by use of <Contains>
Posted by Hamid at 3/12/2005 9:29:10 AM
Hi,
I have problem with Contains command . I've made index on FName column of my
database which is nvarchar(100).
When I call contains command to search for english strings , it works very
well .But when I search for unicode strings ( I use farsi strings and insert
them in unicode ), someti... more >>
Indexing Service problem: Query returned only ignored words
Posted by dotNetCoder at 3/12/2005 12:17:42 AM
Hello.
I'm trying to create a search engine for my Web Site using Indexing
Service. The content is stored in text files in UTF8 Encoding (arabic
text).
The search utility works well on my local server but it throws an
exception online: the query return only ignored words.
Every file contains t... more >>
Chinese charecterers not displaying in Query Analyser
Posted by Sowmya E via SQLMonster.com at 3/11/2005 10:14:55 PM
Hello,
Could i get information on how chinese charecters can me made to display in
SQL QueryAnalyser.I have tried installing language packages.
Thanks in Advance:)
Sowmya
--
Message posted via http://www.sqlmonster.com... more >>
Substrings and full text catalog
Posted by Jonas Auken at 3/11/2005 1:57:17 PM
I have a customer who insists on being able to search products via
substrings in the product description. I do a search in the style of:
select * from products where description like '%whatever%'
With only 200.000 records in the table and a resultset of 50 it still takes
3-10 seconds, which is... more >>
Eliminating the expensive remote join
Posted by Ryan Walberg [MCSD] at 3/10/2005 11:00:36 AM
I've got a table (dexIndex) with 9 million rows in it. It's got an
identity column (index_id) and a column that's full-text indexed
(insureds_name) and a column that I want to filter on (agency_number).
When I query like this:
select * from decIndex where agency_number = '0349323' and
con... more >>
Wildcard Prefix
Posted by Binder at 3/10/2005 9:06:25 AM
My understanding is that there is only a wildcard suffix to use when
searching Full-Text Search items.
ex: john*
This will return john, johnny, johnson, ...
Is there a prefix wildcard like *son to search for johnson?
Users of my FTS application are used to conventional searches where a
l... more >>
Catalog size/ratio?
Posted by Xin Chen at 3/9/2005 11:21:35 PM
I want to get a estimate of size of the catalog based on the size of the
data it is indexing.
for example, for 10G of Table size(table contains just a column of
varchar(255)), what is the size of its catalog?
I know that it depends on its content, but just want to get a idea of how
big cata... more >>
Load entire catelog into memory and keep it there?
Posted by Xin Chen at 3/9/2005 8:05:42 PM
I want to do Full text search exclusively using SQL 2005. Is there a way to
focus the SQL server to load the catelog into the system memory and stay
there? Since I want to make the search fastest as possible, everything else
can be slow. Thanks
--Xin Chen
... more >>
T-SQL to create a fulltext index?
Posted by sdowney717 NO[at]SPAM msn.com at 3/8/2005 5:18:36 PM
I have a table called bookdata with 20 fields mixed of varchar and
text.
Can some one post the syntax or point me to a direct online reference
to show me how to do this?
Thanks
... more >>
Problem with Searching unicode strings
Posted by Hamid at 3/8/2005 3:20:04 PM
Hi,
I have problem with Contains command . I've made index on FName column of my
database which is nvarchar(100).
When I call contains command to search for english strings , it works very
well .But when I search for unicode strings ( I use farsi strings and insert
them in unicode ), someti... more >>
How to setup a fulltext index?
Posted by sdowney717 NO[at]SPAM msn.com at 3/8/2005 11:24:51 AM
What is the sql syntax for creating a full text index on a table?
I have a table called bookdata with 20 some fields I would like to
index.
Then how do you construct the queries?
Is it something like 'where contains (colname, 'itemtofind')?
... more >>
character sets in SQL server
Posted by Vishal at 3/8/2005 10:52:17 AM
Hello!
My client has a need to be able to store Japanese characters in their
PeopleSoft database. So we need to change the character set from from
Latin1_General (1252) to Japanese character set (932) on SQL Server
2000 Enterprise. I have 2 questions:
1) I would like to know if in SQL Server,... more >>
removing accents and doing accent-insensitive processing
Posted by Andy Fish at 3/5/2005 10:35:08 AM
Hi,
I have an app that does case-insensitive, accent-insensitive searches using
sql server fulltext engine. It deals only with western-european lanaguages
(mostly just English and French). The tables are stored in Latin1 General
CP1.
However, I also need to process the search results in ... more >>
Item count for Full-text Catalog is zero
Posted by Jeffrey Wang at 3/4/2005 6:01:47 PM
After creating several full-text indexes from tables to a Full-text
Catalog, I can see the names of the tables for those indexes. However,
when double-clicking the Full-text Catalog, the the item count was still
zero.
I am sure the Microsoft Search Service started and there was a Full-Text
S... more >>
The Microsoft Search service cannot be administered under the pres
Posted by Naras at 3/3/2005 9:23:10 AM
Hi John/all ,
We faced the same problem as like Thomas. (see below the next or last
question..)
But we got a different error number, when we start the Search service.
Error is :
"
The Gatherer property mapping file cannot be opened. Error: 80070003. The
default values are being used. You ... more >>
|