all groups > sql server full text search > september 2004
Installing SQLServer EE for full text searching
Posted by Cammie at 9/30/2004 8:03:05 AM
Hi there,
Does anyone know how I go about upgrading from SQL2000 standard edition to
SQL2000 enterprise edition (I need to install full-text searching). Is it as
easy as slamming in the enterprise edition CD and upgrading, or are there any
known issues?
Thanks
Cammie.... more >>
The Microsoft Search service cannot be administered under the present user accou
Posted by Vinodh at 9/29/2004 12:17:11 AM
We have a problem with implementing Full-Text capability.
Here are the details about our system: We have:
1) Windows 2000 Server
2) Windows SQL-Server 2000 Server with SP3a
3) And Full-Text component installed while installing SQL-
Server 2000.
-- We installed SQL-Server 2000 with a user... more >>
problem with create index
Posted by Yokino at 9/24/2004 10:15:08 AM
hi,
I have problem with my current table design in implement the full-text
search.
Since the existing table doesn't have single unique field(my existing design
is composite key field, which means 2 field combine together as unique). how
to do create the index full-text search. The system is r... more >>
NEAR operator
Posted by Bill D at 9/23/2004 4:27:59 PM
What is the specific function of NEAR?
I'm indexing across 3 text fields and expect hits for 'white NEAR black' and
only getting a hit when the two words are in the same field, but not if they
are spread across two of the fields.
How NEAR does the other word have to be?
... more >>
SQL 2000 Full-Text Search requirement
Posted by Yokino at 9/23/2004 3:36:42 PM
Hi,
May i know what's the requirement to implement full-text search?
Do FTS run under Windows XP and Windows 2003 environment?
Thanks!
... more >>
Incremental Population help...
Posted by Hugo Venancio at 9/23/2004 4:13:02 AM
Hello everyone,
First of all, my name is Hugo.
I'm having a very strange situation when performing an Incremental Population.
I have a Table "A" with a timestamp column, and a catalogue over three
columns of "A". This table has only 100K rows (a subset of our production
environment, with ... more >>
Execution of a full-text operation failed. A clause of the query contained only ignored words.
Posted by esoren NO[at]SPAM comcast.net at 9/22/2004 3:07:41 PM
I am running SQL Server 2000 SP3 on Windows 2003 Server. I have been
receiving full-text failures on queries such as this:
select * from table where contains(column, '"AT&T"').
If I remove the "&" it seems to return only the ATT entries vs. ATT
and AT&T entries. I can take this same query ... more >>
Re: request for sample program for fulltext search
Posted by VpUser at 9/22/2004 12:05:43 PM
John,
Thanks John! It's very great example. I'm using SQL Server 2000 FTS.
1. May i know what different between CONTAINS and FREETEXT?
eg.
select * from pub_info where CONTAINS(title,'booktitle')
and
select * from pub_info where FREETEXT(title,'booktitle')
Its returns same resul... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
request for sample program for fulltext search
Posted by VpUser at 9/22/2004 10:13:27 AM
hi...
i'm newbie here... can i have a sample program for fulltext search.
thanx!
... more >>
Docs files in FTDATA
Posted by qwalgrande at 9/22/2004 4:09:08 AM
Hi,
I have a SQL Server 2000 cluster, sp 3 in w2k.
When the catalog is reindexed, some documents appears in FTDATA folder. If I
delete the documents, then they reappear in the next indexing.
I'm thinking about to schedule a batch that cleanup this folder, because I
have the FTDATA in t... more >>
Rank Order
Posted by Rakesh at 9/20/2004 1:47:28 PM
CREATE Table MyTable(
ID int,
Title varchar(1000)
)
I trying to find all records that contains any of the words :
"one," "two," or "three" in title column.
I need to order the result by row that contains most of the words.
Any help will be appreciated.
Thanks,
Rake... more >>
Incremental Fill of Full-Text Catalog Problem. Please help!
Posted by regjose11 NO[at]SPAM hotmail.com at 9/20/2004 1:06:01 AM
Hello everybody, and thanks in advance for your help.
Well, I have created a full-text index in a table with about one
million
records, indexing three fields.
To start with, I created it with an incremental filling programming
once
a week, saturday night.
But the problem is that without an ... more >>
Freetexttable
Posted by Dave at 9/17/2004 5:33:25 AM
I am very new to the freetext searching and have not been
able to decipher some of the documentation steps in making
FreeTextTable work.
I have a table with a primary key of "KeyID", and my
search index is created on varchar fields of Problem and
Cause. I also have a field called WorkOrd... more >>
Full Text Indexing not Populating
Posted by JayB at 9/16/2004 3:44:44 PM
When I start the population it doesn't appear to stop. I don't think it even
starts. What I mean is when I right-click on the table and choose start full
population, I go back to check and the only active choice is to stop the
population. After 24 hours it appears to still be running (or trying t... more >>
FTS: Search across film actors
Posted by jcgreek3 NO[at]SPAM yahoo.com at 9/15/2004 7:01:39 AM
'X-No-archive: yes'
Greetings:
I would like to use full-text searching to look over a series of
fields.
My stored procedure searches for film titles in a database.
The only problem I encounter is when I look in VideoPersonnel -- First
Name and Last Name columns. If my search is 'Alfr... more >>
Need help with Microsoft Reporting Services Research
Posted by rattanan at 9/14/2004 11:31:01 PM
Subject: A Student Needs Your Help with Research
Dear All,
I am pursing a Master’s degree from Monash University. Currently, I am in
the final stage of my program. I am doing a research project examining the
impact of Microsoft’s Reporting Services Product on the business intelligence ... more >>
Scaling Rank
Posted by Nargis at 9/14/2004 10:13:07 PM
Hello,
i m using full text search .. but the problem is i want to present the
result with very few results with the rank ... the rank as generated by the
sql full text is only usefull when compared with the other ranks .. i want to
scale it from 1 to 100.. any ideas on how to do this ...
... more >>
CONTAINS full-text XML problem
Posted by MytyMyky at 9/14/2004 2:47:09 AM
I've noticed that the CONTAINS function in the SQL SELECT statement has a
strange behavior on XML. When I use a statement like:
SELECT * FROM T where CONTAINS(dcxml,'pesca')
where "dcXML" is the column name and "pesca" is the word I'm searching for,
it only finds XML docs in the form of:
... more >>
Full text index not populating correctly
Posted by Dan at 9/13/2004 5:33:19 PM
Hi
I have a table with 4 columns which are full-text indexed. I have noticed
that certain words are not being indexed and therefore not returned in
searches.
I have also noticed that the position on the word in the column effects
whether it is indexed.
For example:
I need to search... more >>
SQL Server Full-Text index not self populating when copying between two tables.
Posted by wintran NO[at]SPAM gmail.com at 9/13/2004 3:35:49 PM
Hey I have a wierd SQL Server 2000 full-text index problem when
copying between two image tables.
I'm using Access XP as my front end and SQL Sever 2000 (with SP3a
install) as my backend. I'm trying to parse and search resumes using
the SQL Server 2000. I'm using a staging table to proof new... more >>
Full Text - Index Population - HDD Access
Posted by Mike Davies at 9/13/2004 2:48:35 PM
Hi,
I'm indexing a single field on a table with 10 million rows in it, its
currently taking about 48 hours to build.
I've been looking into performance bottlenecks on the system and see that
this delay is being mainly caused by MSSearch writing massive amounts of
data to the FT Index locati... more >>
'formsof (inflectional, "")'
Posted by SqlJunkies User at 9/13/2004 10:22:19 AM
I'm writing a full text search website and I'm including a fuzzy search. Is there a way to retrieve a "word listing" of what sql server is going to use when I use formsof inflectional. So when the user types in invoice; I would get back invoice, invoicing, invoices etc; so I can highlight the poss... more >>
Can't Administer
Posted by Tom Groszko at 9/12/2004 6:53:31 PM
I am trying for the first time on this SQL server to use the FULL TEXT
SEARCH. I can successfully use it on other similar servers. When I try to
add a FULL TEXT CATALOG to a database I get this message when the wizard is
trying to do the work:
The Microsoft Search Service cannot be administere... more >>
Join a Full-Text Indexed Table to a table full of queries
Posted by Raterus at 9/10/2004 3:08:49 PM
Hi, this is kind of confusing me, and I'm not even sure I can do this.
Let me define two tables for simplicity, [Query] and [FullText]
[Query] - table of full-text queries
id=3D primary key integer column
query=3Dfull text query e.g. "word1" AND "word2"=20
[FullText] - my table which has ... more >>
French characters on English Platform dropped
Posted by Alexandre BARBIER at 9/10/2004 1:54:00 PM
Hi all,
I Had installed an english platform with full text indexing enable.
My data are French (with some accents for example).
When I search with a CONTAINS Statement on my Data, SQL Server drops my
accentuates characters.
How can I resolve this problem ?
What must I install on my platfor... more >>
Full Text in Sql Server 2005
Posted by Philip Poole at 9/10/2004 11:44:45 AM
Hello,
Aplogies ifg this is the worng news group for this question.
I have been looking in detail at the full text catlog in Sql server 2000. I
have found some of the facilaities very useful but a very big disavantage
for me is the wildcard seacrhing. You can only search ast the end of a w... more >>
"Full-Text Indexing" is Grayed Out, Disabled
Posted by charismatic_evangelist NO[at]SPAM yahoo.com at 9/8/2004 12:47:00 PM
I want to enable "Full-Text Indexing" in my Microsoft SQL Server 2000
database, except when I go into the SQL Server Enterprise Manager and
click on the "Tools" drop down menu in the tool bar, the option
"Full-Text Indexing" is grayed out (aka greyed out).
I think I need to start a service nam... more >>
Order by rank
Posted by Lasse Edsvik at 9/8/2004 8:37:15 AM
Hello
I have this query which works fine, but I would like to order by rank, so i
get most "correct" results first......
SELECT * FROM Questions
WHERE FREETEXT(Question, @Keywords)
OR FREETEXT(Answer, @Keywords)
OR FREETEXT(Headline, @Keywords)
TIA
/Lasse
... more >>
Looking for SQL 2000 Fulltext user in Wash DC metro area
Posted by uofs76 NO[at]SPAM yahoo.com at 9/8/2004 4:16:43 AM
We are just starting to use sql 2000 Fulltext functions and would like
a local technical person to discuss concepts with.
Thanks,
John B... more >>
Execution of a full-text operation failed. A clause of the query contained only ignored words.
Posted by Paul at 9/7/2004 3:44:34 PM
Hi
I'm getting the message below when trying to query my fulltext index (see
example code).
I've researched on google and tried everything I could find, I cleared the
noise word files, restarted the full-text service and rebuilt my indexes and
I still get the message.
I tried freetext instea... more >>
Book Recommendation?
Posted by Chris Kennedy at 9/2/2004 5:22:45 PM
Can anyone recommend a good book or site on Full Text Searching which goes
into detail about things like full text ranked search across multiple tables
especially using phrases not single words? I find the whole thing counter
intuitive compared to normal SQL
... more >>
Phonetic Full Text Search
Posted by Microsoft at 9/1/2004 4:40:35 PM
Hello,
I am learning the Full Text Search and Indexing services and it works
great...so far. I can perform searchs on just about everything I need
execept..... I have not yet figured out how to do a simple phonetic search.
One of my document contains the word 'Hélène' (I am french) a... more >>
Problem with Full Text Search and Joined Tables
Posted by dryrye NO[at]SPAM juno.com at 9/1/2004 7:57:14 AM
I have a sproc that accepts variables from an ASP page to process the
search for the user. The user can choose 3 methods:
1.)Any Occurence
2.)Word/Phrase
3.)Exact Word/Phrase
The sproc goes through some if statments to decide which sql statement
to execute based on the meth... more >>
|