all groups > sql server full text search > december 2004
Full-text setup error
Posted by Bogdan at 12/30/2004 3:16:25 PM
Hi,
I'm trying to install full-text search service on SQL server using command
ftsetup.exe, but I always get error "FulltextSetup returned error code:
0x80000023".
I've upgraded MSDE with SQL Server 2000 standard . Upgrade process did not
install full-text search service, so I had to do ... more >>
Full-text search trouble
Posted by denis_rusakov NO[at]SPAM epam.com at 12/23/2004 6:08:33 PM
Hello , all
I try to run SELECT with contains function
select * from a
where (a.t , '"only*"')
but my query doesn't find any rows, it 's happened with the word - ONLY.
What's happening?
Thank you.
... more >>
KB889708
Posted by Pineda at 12/20/2004 9:07:03 AM
Does anyone know if this affects when the FTS os on the second node to
incremental population?
Thxs.... more >>
Not getting any results back
Posted by Bruce at 12/20/2004 8:25:03 AM
Full text seach is working on my Development machine.
I created a similar full text search catelog on my test machine.But I am not
getting any results back.I chekced the event log..Every time it runs there
are four warnings which says
The message '-2147480624' for application 'Microsoft Sear... more >>
Full Text Search Population Method...
Posted by tts at 12/20/2004 12:35:01 AM
Hi,
I am confused by the different method of population, of both Full Text
index and Full Text Catalog.
Currently, we are running a application (3rd party) on SQL 2000, and we
have set the Full Text indexing to be "Change Tracking" and "background
update". By having this combinat... more >>
The Microsoft Search service cannot be administered under the pres
Posted by Thomas Weidman at 12/16/2004 4:57:02 PM
I am trying to enable Full Text Searching on a SQL Server 2000 DB. I have
full access to the system, but cannot get it to work. It is running as an
Instance and the Search Service is running. I have tried running the Full
Text Windows by logging into the Server using the Local Administrator... more >>
Catalog Population Fails on Cluster
Posted by Binder at 12/16/2004 9:52:46 AM
I have an installation that move their database to a cluster server.
SQL2000 has SP3 applied.
We created a new FTS against a single table, single row.
The table has 500,000 rows of data.
When I select "Start Full Population" the task completes immediately and the
count is one.
The edited... more >>
Population running for extended period
Posted by jrobiii NO[at]SPAM gmail.com at 12/15/2004 9:40:54 AM
I have a job the runs nightly that does a brute force "exec
sp_fulltext_catalog @FtcName, 'start incremental'" on all customer
databases and all FTC.
I noticed that for a few days in a row that in specific databases there
are several FTC that always have a status of either "incremental
popula... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Search Mutlple Tables
Posted by Bruce at 12/15/2004 8:53:09 AM
Can I search(one query) against columns from two tables.Please share a basic
example.How does the ranking work in this case.... more >>
Sql Server 2005 (beta2) API
Posted by Craig at 12/15/2004 7:35:03 AM
Maybe someone knows if this is possible...
I managed to get the Thesaurus working for full text searching, which
required me to restart the msftesql service.
So my question, is there a programable way to restart the service within the
Sql Server API namespaces? If so, any ideas as to whic... more >>
How to do "with all of the words" and "without the words"
Posted by news.microsoft.com at 12/14/2004 4:19:03 PM
like google Advanced Search in SQL full-text search?
I use :
CONTAINSTABLE(table_full_text_search,*,'"for" and "dog" ') to search the
(all of the words).but the "for" is noise word,I cannot search...
if i use FREETEXTTABLE it looks like return me OR search with "for" and
"dog"
Anybody ca... more >>
After restore database, what happy with full-text catelogs?
Posted by Chen at 12/14/2004 9:31:07 AM
Hi,
I have CRM database that contains full-text catalogs. Someone delete rows by
mistake. I need restore this database to same server from last night backup,
after database restore, do I need manually active full-text indexes or it
will automatically enable since I restore database at same... more >>
SQL Server 7: Query fails with error 7607
Posted by Ernie Limperis at 12/12/2004 3:43:52 PM
Hello. This is my first experience with full-text indexing and immediately
I'm having problems.
I set up full-text indexing on the "referenceCompany" column of table "Reference"
and ran the population routine. All queries against this table are failing:
----------------------
select * fr... more >>
How to search for Keywords? Thank You.
Posted by Miguel Dias Moura at 12/10/2004 8:04:56 PM
Hello,
I have full text in a MS SQL database table.
I also have a string "Search" which contains all the keywords passed in
the URL to the page.aspx. I want to use the keywords.
What I have now is this:
SELECT *
FROM dbo.documents
WHERE CONTAINS (*, '"ASP*" or "BOOK*"')
Of course this... more >>
Feedback on CHANGE TRACKING with SCHEDULE
Posted by Jean-Marc Pugin at 12/9/2004 9:41:28 AM
Hi,
I am searching concrete feedback on SQL Server 2000 SP3 Server
that have in place FTS catalog population with the following options:
- CHANGE TRACKING
- SCHEDULE
Many thanks.... more >>
2005 fti query performance issue
Posted by Carl Henthorn at 12/9/2004 8:03:02 AM
I have a 10 million row table with two columns(name, address) full text
indexed. I want to search the table for
the first 200 occurances of "Bob jones" in the name field. I have ran
another query to find out that there are actully 15,291 rows with "Bob Jones"
in the name field. I want just th... more >>
"Change Tracking" with "Update Index in Background" FREEZE ENTERPRISE MANAGER
Posted by Jean-Marc PUGIN at 12/7/2004 9:33:42 AM
Hi,
When trying to set up "Change Tracking" with "Update Index in Background"
the Enterprise Manager console freezes.
Do I need to stop some Windows services to do that ?
Configuration :
SQL Server 2000 + SP3
Windows 2000 + S¨P3
Any help will be appreciated.
Thanks.
... more >>
backup file to big
Posted by DC Gringo at 12/6/2004 4:24:36 PM
I have a database who's SQL Server backup file has been hovering around 33MB
and has been growing only a few hundred kilobytes week for a couple years.
I have since added a catalog and indexed a couple of tables and now this
database and another one on the server--that should be unrelated--have
... more >>
Search in all indexed columns + operator "NOT"
Posted by Matthias Kientz at 12/6/2004 4:19:06 PM
I have a fulltext indexed table (aTest) which look like this
(strCaption and strText are both fulltext indexed columns):
lngStoryId strCaption strText
----------- ------------------------ ------------------------------
1 Kerry Bush meets Kerry
N... more >>
Full-text indexing hangs on SQL 7
Posted by Dan Tan at 12/6/2004 2:25:23 PM
We're running full-text indexing on SQL 7.00.1063 (SP4). The database is
for one of the larger applications we have, but we're a small company. The
main table for the database, which contains the most text fields, only has
10000 rows in it. All-in-all, the indexing is probably only scanning 50... more >>
Help on Ignored Words in Full Text Query
Posted by a.fileccia NO[at]SPAM contactaspa.com at 12/4/2004 6:26:11 AM
I'm implementing the search features on a web site.
If I search for several words not in the noise file everithing is ok.
If I search with several words and only one of it is in the noise file
the query fails with
Execution of a full-text operation failed. A clause of the query
contained on... more >>
Problems with Full Text Index Population
Posted by info NO[at]SPAM craigstreet.com at 12/2/2004 5:04:11 PM
I've currently got a problem with a large full text index on table
that has around 130 million rows. The table has a total of 6 columns
enabled for full-text indexing, and the total size of the index is
around 40GB.
The problem is that the index will, on occasion, show 'paused'. It
does this ... more >>
sql2005 full text replication
Posted by Carl Henthorn at 12/2/2004 10:01:04 AM
Hilary Cotter once mentioned that sql 2005 will replicate the full text index
along with the table to a subscriber. I just tried it and it didnt work. I
cannot find any documentation about this other than database mirroring. Can
someone point me to some docs showing how sql2005 is supposed to ... more >>
Full-text search not poplulated
Posted by Maggie at 12/2/2004 9:41:03 AM
Platform: win2k, sql2k std sp3a
We tried to edit full-text indexing for table dbo.pages(already defined full
text index) from SQL enterprise manager then we got by the end: The full-text
index for dbo.pages has not been populated. To populate this full-text, use
the "Start Population" menus ... more >>
URGENT : FTS Production Server issue
Posted by Jean-Marc PUGIN at 12/1/2004 5:03:01 PM
Hi,
we are using fulltext indexes computation on Production Server.
MSSEARCH eats between 20 % and 40% in a regular manner.
It picks up to 40% then goes down to zero but some secondes later will climb
again to 20 and up to 40%
We are using System SP sp_fulltext_catalog on a main table wi... more >>
|