Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > sql server full text search > june 2005

2005 FT Indexing: what about additional languages?
Posted by Oleg Cherkasenko at 6/28/2005 1:21:59 PM
I see sqlserver2005 has no many languages which were announced. For example I need arabic as the language for indexing and search. I dont see it in the language list.No wordbreaker. Any ideas? ...more >>

FT indexes are not populating
Posted by kzakoski at 6/28/2005 11:52:03 AM
I've created a couple of full-text indexes using the FT wizards and/or sample code from BOL. Everything appears to be correct and I've run a full population on them without getting any errors. However, when I run my queries to test the results I get no rows returned. When I look at the pr...more >>

Catalog and characters with accent
Posted by Paulo Andre Ortega Ribeiro at 6/27/2005 7:06:29 AM
I have a question about SQL Server 2000 Full Text Index. I want to create a catalog in a field (varchar(255)), but I´m with 2 problems: 1. The characters of this field can have accent. But when I do a search I want to see the rows with and without the accent. For example: SELECT N...more >>

FULL TEXT CATALOGS CANT BE OPEN
Posted by Ruby Nadler at 6/25/2005 11:58:01 PM
I have number of catalogs on my server. when i am clicking on the full text catalogs section on the enterprise manager the enterprise manager is stucked and i cant see any catalogs. anyone knows what is the problem? thanks!...more >>

Full-text Catalog Creation Problem
Posted by dweingarten NO[at]SPAM firstam.com at 6/24/2005 5:47:45 AM
I am trying to set up full-text indexing on my SQL Server 2000 instance running on WIndows 2000 Server. Every time I try to create a FT catalog, I get the following message: "The microsoft search service cannot be administered under the present user account." I have read other postings tha...more >>

SQL Server 2000 F/T and WSS
Posted by e-Merging Solutions at 6/23/2005 10:16:20 AM
Hello, I recently posted this question on the WSS group, and it was recommended that we post the question here, since WSS uses the SQL Server F/T engine. We have WSS 2003 running on a SQL Server 2000. WSS. We tested F/T searches and the documents that we expect should be coming at the to...more >>

Problem with Search engine access?
Posted by John S at 6/23/2005 3:15:01 AM
Hi, We're running a Windows 2000/2003 network. On Servers running Windows 2003 with or without SP1 and SQL Server 2000 SP3a or 4, we cannot create any full Text Search Catalogs. Whatever login we try to use, if we try to create a new catalog, from Enterprise Manager, we get a dialog box...more >>

Wild Card Search in Full text search
Posted by Sathian at 6/22/2005 12:00:00 AM
Hello , Is there a way to implement wildcard search like using LIKE operator to implement in FullText Search using FREETEXT or CONTAINS? For example Giving a key word, 'Mexico' should fetch the records which contains 'Mexicocity' Thanks in advance. Regards Sathian ...more >>



SQL Table indexes
Posted by Henrik at 6/21/2005 4:36:02 AM
Hello! I want to information about INDEXING? Why we creat index and how to creat and where we can manage index? In SQL 2000 EM where we can see old indexes ? regards, Henrik...more >>

mssearch cannot merge master catalog
Posted by Matiu Carr at 6/21/2005 12:00:00 AM
Hi This may be an ancient query -but I have not found answers searching across MS's WWW site or the wider internet. I have SQL 7sp4 + combined security update for sql7sp4 I have recently tried to enable full text indexing, so went back to the SQL 7 CD and added the component. ...more >>

accent sensitive
Posted by lobrys at 6/21/2005 12:00:00 AM
Hello just a little question : in full text search, in SQL Server 2000, how to enable accent-insentive? for exemple : if I seize "tele", I want to have results with "télé", "tele", "téle" and "telé" thanks for your answer! a+ syl ...more >>

Full Text ContainsTable does not return desired results
Posted by aartinawani NO[at]SPAM hotmail.com at 6/20/2005 11:04:48 AM
Hi - I did the following SQL Query. set @sql = @sql + 'select distinct s.PrimaryKey, indx.rank, d.documenttype_id, d.publish_date, d.Document_ID, d.Document_name, d.Description, d.create_date ,isnull(f.mimetype,'''') as [mimetype] ,isnull(f.filesize,0) as [filesize] --,db...more >>

Full Text Index Issue
Posted by Aarti. at 6/20/2005 8:36:06 AM
Hey all, I'm using full text indexing for keyword search capabilities for one of our clients'. We needed to provide boolean search capability and hence I chose containstable instead of freetext. The stored proc works fine except that for specific keywords the client expects certain document...more >>

Error in FTS
Posted by Allan Ebdrup at 6/17/2005 12:00:00 AM
I have a query SELECT DISTINCT Top 400 PFSchemaInstance_ID, 0 Rank, 0 CriteriaCount, FromDate, pfSchemaInstance_ID FROM PFLightningSearch_PersonProfileImpulse_Publish L WHERE CONTAINS (Text, '"s*"') Order by FromDate desc, pfSchemaInstance_ID desc And I know the Text column contains st...more >>

FTI and multiple columns - another question, but opposite behaviour?
Posted by Joe Bloggs at 6/15/2005 11:18:13 AM
I have a table with 2 FTI columns, but my query results seems strange. If I run this query: AND CONTAINS( J.*, '"DEVELOPMENT" AND "MARKETING" AND "FIFE"' ) it returns no rows. AND CONTAINS( J.*, '"DEVELOPMENT" AND "MARKETING"' ) this returns one row as both words are in the same FT...more >>

Is Full Text Struggling...
Posted by Tobin Harris at 6/14/2005 5:36:59 PM
H there, We have a query that is taking too long to run, which uses Full Text (MSSQL2000). The query below, when using this clause takes between 11 seconds and 10 minutes! QA thnks that the full text search will cost 70% of the query cost. CONTAINS( Article_text, '("Food" AND "Supermark...more >>

FTS across multiple columns/tables (using all words for all fields
Posted by Gary B at 6/14/2005 9:12:01 AM
Hi Can anyone please help??? We wish to build new features for our db and I need to perform FTS using all queryied words against a number of columns (spanning in 2 tables), but I cannot see how this could be done. That is every word needs to be checked against every field because we wil...more >>

All it takes is one noise word to ruin query!
Posted by Timo at 6/13/2005 3:31:12 PM
The presence of a single noise word is causing query to fail with this error: "Execution of a full-text operation failed. A clause of the query contained only ignored words." But the full text clause contains three words and only one of them is a noise word. Please see below. Is this a known p...more >>

Full text search giving incomplete results
Posted by Dan at 6/9/2005 11:31:16 AM
I have WSS set up to use the SQL full text search, but it wasn't returning full results (though it will return some.) When I tried the search against the table directly, it still only returned 2 instances of the 5 actual occourences of the word. Nothing special, just searching for a simple t...more >>

SQL 64bit SP4 - Server: Msg 7342 - Unexpected NULL value returned
Posted by tran.hai NO[at]SPAM gmail.com at 6/9/2005 9:02:00 AM
Hi, I've been googled and haven't found any soloution yet. I'm getting the following error while doing a CONTAINS query on a fulltext catalog. Server: Msg 7342, Level 16, State 1, Line 1 Unexpected NULL value returned for column '[TextData].KEY' from the OLE DB provider 'Full-text Search E...more >>

How to optimize search on an indexed field
Posted by Hope Paka at 6/9/2005 12:00:00 AM
I got a single SP that searches the indexed fields. But i am only able to use contains(name, @key) property of the indexed fields. @key is the the keywords of the user that he has written. This is insufficient in most cases. For example if user searches a text like this: "ABC CDE"+FGH ...more >>

WSS and Full Text
Posted by Ger Eielts at 6/7/2005 1:28:08 PM
Hi all,I posted this problem already in Windows Small Business Server, but the guru's overthere, redirected me to this newsgroup. I have installed SBS2K3 premium SP1 with SQL2000 Sp3a (no ISA). While installing SQL2000 I filled in "Full Text Search" and later I configured in Central Administ...more >>

Counting rows ?
Posted by Famille Careil at 6/7/2005 11:06:30 AM
Hi, Using SQL Server 2000 on Windows 2000 Server, i'm working on a 2 milion rows database, in one table. The data are document and the column of my table are "authors", "organisation", "title","abstract" (these four ones are fulltext indexed) and other column with references number. A w...more >>

How to Architect Full-Text Search
Posted by Binder at 6/6/2005 5:41:56 PM
John Kane recently provided this response to a question of using a pattern match in FTS. John Kane 3/16/2005 6:27 PM PST From Discussion Group: sqlserver.programming Subject: Re: CONTAINS to behave as LIKE %abc% Date: 3/16/2005 6:27 PM PST ...more >>

combining two tables with a full-text search
Posted by Dunc at 6/6/2005 1:52:44 PM
I had a table that was terribly in need of normalisation that I have now split into two tables. The table contains three "similar" fields that I were previously indexed using a full-text query. I now need to do the query twice as subqueries, UNION the results, then order by the calculated ra...more >>

Log shipping and Full Text
Posted by Tanweer at 6/6/2005 11:57:02 AM
I setup log shipping on my production server which is a part of Replication and went ahead and created a report server using log Shipping however my Report server is missing Full Text and it don't allow me to create it saying it is read only database. I am running SQL server 2000 with servi...more >>

Full Population - completes but never ends
Posted by Dave Hensler at 6/6/2005 7:54:52 AM
We rebuilt a catalog this weekend after upgrading to Adobe iFilter version 6. Have attempted the rebuild twice, both times the result has been that all rows are indexed, but the population never 'ends'. The status remains at '1 - Full Population in Progress'. The item count indicates 74,926 -...more >>

Full-Text Index in MSDE
Posted by Richard Garner at 6/3/2005 9:45:03 AM
Are full-text indexes supported in MSDE? -- Richard...more >>

Search multiple columns
Posted by tshad at 6/2/2005 6:09:43 PM
I have a fulltext catalog called JobDescriptions (with an "s") and I have multiple columns in this catalog (JobTitle and JobDescription mainly). I need to be able to search both columns for the keywords. At the moment I am just looking in the JobDescription column, so it doesn't look at th...more >>

SQL 2005 Thesaurus.
Posted by Benny at 6/2/2005 1:46:04 AM
I'm testing now the SQL 2005 Thesaurus capabilities. It seems that the product came with empty Thesaurus and the only way to make it work is by define the Thesaurus in the XML files. Is the final release of the product will be also empty? Regards, Benny ...more >>


DevelopmentNow Blog