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 > january 2007

Train FTS / FormsOf(Inflectional,...)
Posted by Raterus at 1/30/2007 11:49:42 AM
I use the FORMSOF(INFLECTIONAL, ...) when I create my searches from a = user's entry. A coworker has just pointed out that when she searches = for "financial", the search does not return matches with the word = "financials" it it. Is it possible to add this word pair to Full-Text search, or u...more >>


FT Catalog becomes corrupt after server crashes during incrmental pop.
Posted by Zoidberg at 1/30/2007 9:02:13 AM
Has anybody every expirenced this, and if so, is there any way to repair the index as opposed to Rebuilding the index and then starting a full population on it. My table that's full-text indexed has over 12 million records in it, and it takes 5+ days to do a full population. Any ideas/advic...more >>

Search string with percent sign %
Posted by John S. at 1/29/2007 8:00:00 AM
We have a database full of grocery items that we're trying to search. When I search for "*1%*" it seems that the percent sign is ignored and I get back all the rows that match "*1*" (which is A LOT). Is there anyway I can tell full-text search not to discard the percent sign and treat "1%" as ...more >>

full text search book
Posted by savvas stampolloglou at 1/27/2007 12:13:26 PM
I would like to ask if there are any books for beginners on full text search for sql server thanks! ...more >>

not understanding multi-table freetexttable queries
Posted by geek-y-guy at 1/26/2007 10:53:56 AM
Hi: I have a FT cat with two tables in it: products, manufacturers and the tables each have a field in the FT Cat: "pname", "mname" each row in "products" has a field "mid" which corresponds to the same field in "manufacturers" when I run a query like: SELECT p.pname, p.p_id, m...more >>

Are Population Schedules required?
Posted by geek-y-guy at 1/26/2007 10:30:08 AM
Hi All: I have an FT Cat with 3 tables in it that I created 6 months ago. Each table in the FT Cat has "track changes" set to "automatic" There's no defined population schedule. Will this catalog be updated automatically when the data in the tables changes, or does it require a population...more >>

Default FTData Location
Posted by CarolinaKB at 1/25/2007 2:10:02 PM
I recently redistributed our database data files from one large VRAID5 disk (G:) to 3 VRAID1 disks (T:, U:, V:). At this point, I have moved everything (including SQLAgent output & log files, job logs, tlogs, backups) EXCEPT: 1) FTDATA folder and its contents; 2) distmdl.mdf and distmdl.ldf...more >>

Creating a custom word-breaker and stemmer
Posted by Mike C# at 1/23/2007 11:35:55 AM
Does anyone know of any links to articles or information on creating a custom word-breaker and stemmer for full-text search on SQL 2005? In the meantime I'll keep Googling. Thanks ...more >>



Cant remove fulltext catalog
Posted by Lasse Edsvik at 1/23/2007 10:55:11 AM
Hello I have a slight problem, I have 4 fulltext catalogues that I cant remove using the: DROP FULLTEXT CATALOG SOMENAME that never finishes and cancel query doesnt work. How shall I drop those catalogues? The database havent got any tables with fulltext enabled on, still it wont let m...more >>

MSSearch for words between two other words
Posted by calgarydatagrl NO[at]SPAM gmail.com at 1/23/2007 8:17:24 AM
I've been asked to find a way of doing some complex searches against a SQL Server 2000 database using MSSearch. The company I'm contracting to wants to know if there is a way to perform a search such as: "sql" within x number of words of "database" (x could be any number) I'm not that ver...more >>

General Search Strategy Advice
Posted by Larry Neylon at 1/22/2007 5:30:06 PM
Hi there, I'm looking for some advice on the best methods / tools to implement an intranet search facility using ASP.NET and SQL2005. I need the ability to search both SQL Server content and files stored on the web servers file system (.doc, .xls, .pdf, etc). Is there one tool that will...more >>

Indexing text within pdf content as a text file
Posted by benjamin.soulier NO[at]SPAM gmail.com at 1/22/2007 10:24:39 AM
Hello everyone, I have a very strange problem : I've installed SQL server 2005, create a storage for full index and full text index on a table. I've also installed Adobe IFilter. Searches are OK but only on one criteria I have problem. let me explain. I'm searching in files in database fo...more >>

newbie: fulltext setup (Express Edition with Advanced Services)
Posted by R.A.M. at 1/20/2007 7:05:55 PM
Hello, I have installed SQL Server 2005 Express Edition with Advanced Services. Could you tell me please what should I do to enable full-text indexing? I have read in a book that I should run MSFTESQL service, but I don't know how. Will you help me? Thank you very much! /RAM/ ...more >>

working with full text search in SQLServer 2005
Posted by xkeops NO[at]SPAM gmail.com at 1/19/2007 11:42:14 AM
I am trying to do some basic operation with FTS feature in SQLServer 2005. I have SQL 2005 and MSMSE (Management Studio Express). I also have downloaded/installed advanced featured from MS website. 1. Is it true with MSMSE I have no FTS/catalogs visual control ? 2. EXEC sp_configure 'default f...more >>

good, thorough documentation on full text issues?
Posted by tbh at 1/18/2007 1:13:33 PM
hi, out website is starting to get serious about switching from SQL 2000 to SQL 2005. in the process we hope to address a few weak points in our site's fulltext searching. i'd like to find the best possible documentation or courses to get up to speed on this. i have googled quite extensi...more >>

Another fts question - after page faults
Posted by CR at 1/18/2007 8:51:01 AM
Sorry for the repost, but this really should have been the start of a new thread. Ok, that brings up another question, our server is set to boost SQL Server priority, would this slow down msftesql? We are running 4 3.2 Xeon's with 8 GB RAM (Maxmem is set to 7168 MB). We have 14 fulltext indexes...more >>

page faults
Posted by CR at 1/18/2007 7:05:41 AM
Our performance is currently fine, but we are planning on adding more full text indexes, so I have question. Our database server is experiencing between 2,000 and 10,000 page faults per second on msftesql.exe, as shown in task manager on the processes tab, is this normal for a relatively busy w...more >>

How to get record count only from FTS
Posted by Martin at 1/17/2007 8:54:26 AM
Hi, Is there a way to get the FTS system to return you the count of matches only, without passing back all the key ids. Basically if a user doesn't find what they are looking for with their initial multi term search, i.e '10k resistor tomatoes'. I want to display a list of the counts for ...more >>

Finding phrases in Word document using SQL2005
Posted by Steven Kafoe at 1/17/2007 12:58:51 AM
Hi, in my SQL2005 db I have a table, with an image column containing a Word document. I have made a fulltext index on it. When I search for a specific phrase, I would like to return a snippet of the text where the searchcriteria was found. Is this possible to do this in SQL2005?? Or should I ...more >>

Performing a Range Comparison
Posted by Rob Schieber at 1/16/2007 4:40:58 PM
I want to index an address field so that I can do something like this: Select * from Table where Address between '400 main street' and '5600 Main Street' Is this possible w/ FTS or any SQL Server products? Thanks in Advance -- Rob Schieber ...more >>

search probleme with '&' character
Posted by Sandor Tamas at 1/15/2007 1:16:00 AM
Hello, I use a Free Text Catalog to optimize searching, but I have a problem. In my table there are many information about Ltd.s, like name, adress, and so on. I define the full text index on the column of names. I use neutral language settings, because our language wasn't on the list. (I...more >>

How to get exact matches & better ranked results using freetexttable?
Posted by jasolution NO[at]SPAM gmail.com at 1/13/2007 6:23:35 AM
I have a SQL Server 2000 table with a varchar column (these are part numbers) that contains data like this: 145 145-SC 145-AB 145-2 145-8 The full text catalog also includes columns that hold part name and part description. I'm using the following query to return results for product sea...more >>

Full text search with SQL2005 X64 version
Posted by Siegfried at 1/11/2007 6:58:43 PM
Hallo Everyone, To run full text search with PDF documents, there is an iFilter available from Adobe - at least for the x86 operating system. But I did not find an x64 version of this iFilter tool! Can anybody give me a hint where to find an appropriate version? Could also be payware! ...more >>

SQL 2000 and thesaurus
Posted by tolgay at 1/11/2007 4:08:15 PM
Hi, I use sql 2000 server and full text search. I would like to use fulltext thesaurus feature. Some how the thesaurus function does not work. What would be problem and how to solve it in SQL 2000 Server not SQL2005 we don't have enough money to upgrade it : ) ? Thanks There is a table ...more >>

Misterious disabling of table FTS
Posted by Francisco at 1/11/2007 10:52:40 AM
Hi all, Today two tables in the same database ( which are the only ones with FTS in that database) had FTS disabled. I know for sure that yesterday both of them were enabled and working and nothing is showing in the logs about any change to the status ( apart from the normal automatic PAUS...more >>

Won't ignore noise words, even after editing noise.enu -- HELP!
Posted by markdavies2003 NO[at]SPAM msn.com at 1/10/2007 3:29:53 PM
I'm trying to get SQL Server to ignore the noise words for the Full-Text indexed content in a given column. I've edited the noise.eng and noise.enu files in the c:\winnt\system32 directory so they only have one word: qxqxqxq. So any other words will not be ignore and will get get indexed, right?...more >>

Can't change filegroup
Posted by Lasse Edsvik at 1/10/2007 9:48:39 AM
Hello I'm having problems with selecting a filegroup for the fulltext catalog. how should i fix this? Failed to finish full-text operation. Filegroup 'FULLTEXT' is empty, read-only, or not online. (Microsoft SQL Server, Error: 9964) ...more >>

SQL2005 fulltext backup
Posted by johnsolver NO[at]SPAM gmail.com at 1/9/2007 4:44:19 AM
Hi, I have a maintenance plan on my production server that does full-backup once every X days, the problem is that the DB is full-text enabled and has some live catalogs, but it seems that while backup is running the catalogs are offline which is unacceptable - checking the SQL log I find these...more >>

CONTAINS, phrases and keywords
Posted by ddaiker at 1/8/2007 1:33:19 PM
I'm getting some results from a CONTAINS query that I find odd. Here is MyTable: ID TheText ------------------------ 1 two AND three 2 two three and here is the query that I find odd: SELECT * FROM MyTable WHERE CONTAINS(*, '"two OR three"') that's a single quote followed...more >>

using AND accross multiple fields
Posted by ddaiker at 1/8/2007 10:12:14 AM
In SQL Server 2005 it seems that if multiple columns in a table are included in the FTI and you do a CONATAINS query using AND accross all columns all the terms must be in one column. Is this correct? Example: MyTable ID TheText MoreText ---------------------------------------...more >>

Max number of documents / performance
Posted by William F. Kinsley at 1/6/2007 11:12:50 AM
I have a large database that support 1,500+ concurrent users running an intense DB aplication. It currently supports scanning on documents(Using OCR) and images as LOB in the DB. These table are configured for their own filegroup so they can be on a different array then the relational data. ...more >>


DevelopmentNow Blog