Groups | Blog | Home


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 > november 2005

Restoring database over existing database and full-text catlog integrity
Posted by Travis Nordrum at 11/29/2005 11:44:09 PM
I know that if you have to drop a full-text enable database and restore it, you will have to rebuild the full-text indexes. My question is, if you have a database where the data has not changed since your last backup and you restore over top of the existing database, is the full-text index's ...more >>

Somebody must know this
Posted by Bobby Henningsen at 11/28/2005 5:41:41 PM
Why ? Why ? Why ? Msg 7696, Level 16, State 10, Line 1 Invalid locale ID was specified. Please verify that the locale ID is correct and corresponding language resource has been installed. When i check the Sys.languages the lcid is there. When I check the Word Breaker language it isn't. O...more >>

Full text slow startup on SQL 2005 x64, Win2003 x64
Posted by Rasmus Waeherns at 11/28/2005 12:00:00 AM
Hi there, We have a problem with a slow startup of the SQL 2005 full text engine on a new box. The first query (after a reboot or first query in the morning) against the full text index is very slow, it takes around 30 seconds to execute. The full text index is very small (~2 mb), so this s...more >>

How to enable full text search for symbols?
Posted by eslim at 11/27/2005 2:16:01 AM
scenario: I have a user interface done in Coldfusion that access SQL server 2K store procedure on server 2003 that perform full text search on a field of a table. I have remove all content of noise.enu as user can use anything as a search index. Why is it that SQL server or SQL Analyser s...more >>

Time out Problem
Posted by PhilPeak at 11/25/2005 3:34:03 AM
Time Out Problem A single VB application links successfully to an SQL server. The application calls simple procedures to query the database. After 30s these queries timeout. If the timeout period is extended, all procedures return successfully. What is going on? Background info. ...more >>

Looking for existing tool/product to integrate in MS CMS/SQL based website
Posted by Werner huysmans at 11/25/2005 12:01:16 AM
Hi all! I am the IT manager for the Flemish Red Cross and I am looking for an existing tool/product that we can use to implement a full text-search (including webpages, Word documents and PDF's) on our new website, thta we're building on MS CMS and SQLServer. Any suggestions? We don't really ...more >>

Arabic FTS
Posted by Leila at 11/24/2005 12:00:00 AM
I am storing Arabic texts with "Erab" (Erab is used with Arabic alphabets above or beneath the letter to show how the letter must be read) . But the user might not enter Erab for the search. Is it possible to ask fulltext indexes to ignore Erab?! Any help would be greatly appreciated. Leila ...more >>

Changing default location for FTDATA folder
Posted by GMG at 11/23/2005 12:00:00 AM
When I restore a database it will place the catalogs in the default location "C:\Program Files\Microsoft SQL Server\MSSQL\FTDATA", how can I change this default location so that when I restore a new database, the full text catalogs are stored elsewhere ? ...more >>



FT Index on column with multiple language doesn't work - any ideas
Posted by Andry at 11/21/2005 5:10:02 PM
Hi all, I have a table on SQL Server 2005 with a column (collation SQL_Latin1_General_CP1_CI_AS) that can contain multiple languages. Some of the possible languages include English, German, French, Kazakh, Arabic, Chinese (Simplified and Traditional), Japanese, Korean, Thai, etc. I tried...more >>

question about full-text search
Posted by Gordowey at 11/21/2005 6:16:07 AM
Hi all, I have a single table (TAB_FULL_TEXT_NET) , with only one field indexed in my sql catalog. I am runing queries agaist the catalog using CONTAINSTABLE select [KEY] objDocumento, tf.RANK RANK from CONTAINSTABLE(TAB_FULL_TEXT_NET, *, '42.55.14.1.2', 300) tf The problem is ...more >>

SQL 2005 returns fewer records in containstable
Posted by Priyanga Karunathilake at 11/21/2005 12:00:00 AM
Hi, We migrated our database to SQL Server 2005 RTM Enterprise (build 9.00.1399.06) and we have noticed that the full-text index is returning significantly fewer matches in a containstable function compared to that of SQL Server 2000. We use the containstable function with a top_n_by_ran...more >>

SQL 2000 Full Text Search
Posted by SAS at 11/20/2005 6:37:06 AM
Hi all, Appologies if this has been asked before, I have been searching for days now on how to do this without success. We have a database we would like users to be able to search I have enabled full text search and it works great but I cannot figure out how to make a web page to allow us t...more >>

wordbreaker your urgent help required please
Posted by Martin at 11/17/2005 12:30:58 PM
How do I configure Windows 2003 to use the wordbreaker dll (infosoft.dll) from a Windows 2000 machine instead of it's own 'improved' version (LangWbrk.dll). The 'improved' version breaks all our searches for part numbers with hyphens in. Or descriptions with slashes in ie. 1/4 drill. Thanks i...more >>

2005 FT - Unable to re-populate catalogue
Posted by Simon at 11/17/2005 2:50:08 AM
Hi, I have a clustered 2005 server (build 9.00.1399.06). On the server I have 3 FT catalogues. When I created the first catalogue everything was fine. The catalogue built fine and returns results correctly (sooo much quicker than 2000!). Then I tried to do a full re-population. The fu...more >>

SP3 and SP4 fail while installing full text search
Posted by Ron at 11/16/2005 2:49:03 PM
While installing sp3 or sp4 on SQL2000, I get a "Microsoft full-text search engine package failed" error message and the installation stops. Windows2003 server Any help would be appreciated. Thanks Ron ...more >>

create store procedure to incremental populate full text index tab
Posted by eslim at 11/16/2005 1:01:16 PM
I need to create a store procedure to perform incremental population of full text index table. The store procedure will be call from my program. Any ideas ??? -- xxx...more >>

Near parameter
Posted by Vas at 11/16/2005 12:37:29 PM
Hello: Somebody knows how much distance between words uses the "NEAR" parameter? PD: Pardon for my English. ...more >>

full text catalog on remote (shared) server
Posted by niceguy at 11/15/2005 11:16:33 PM
Can any one help - my Full text catalog on a remote shared sql server has died and i need to recreate it completely - I have done this before but i've lost the code to do it. If I remember right what i did was use start --> run --> to run an exe in the mssql folder that connected to the re...more >>

HELP: migrating/learning T-SQL... from SQL woes :S
Posted by KevinGPO at 11/13/2005 6:25:57 PM
Just wondering a few queries about the differences between programming SQL for MS Access, and programming T-SQL for SQL Server. 1. Is it possible to use the same general SQL statements/commands from a ASP page that was used with a MS Access DB, for a SQL Server DB? (Basically can you progra...more >>

Full text index ranking algorithm in SQL Server 2005
Posted by shellyshao at 11/10/2005 5:17:46 PM
I am using full text index to search on one table. Table can be simplified as (DiscussionID, Discussions) and DiscussionID is the primary key. I use freetexttable instead of containstable here. For example, I want to search on Discussions field with key word 'exchange server'. Interestingly...more >>

FT Index on [German|English] columns. SQL Server 2005
Posted by Philipp Stader at 11/10/2005 11:46:15 AM
Hi, sorry for the cryptic topic. I wasn't able to come up with anything better. We are currently working on a project thats aims to keep all students thesis es in a database and enable searches on it via a ASP .NET web app. The problem we have is that some students write their thesis in ge...more >>

PDF iFilter on WSS?
Posted by Alex at 11/9/2005 12:53:34 PM
I have installed the Adobe PDF iFilter on our WSS server. 1 - How WSS knows about the PDF iFilter installation. 2 - Is there any place on "Central Admin" to add the PDF file type? 3 - Any place to add the PDF icon? 4 - Do I have to rebuild all my Full-Text Catalogs? 5 - Any reported major probl...more >>

FulltextCatalogProperty location
Posted by Matthew Kempf at 11/8/2005 12:31:10 PM
select FulltextCatalogProperty(N'hippyzippy', N'PopulateCompletionAge') returns the time since 1990 from the last population date; anyone know where exactly it is retrieving that number from? I've been looking for a while; and its proving to be more difficult than I thought. thanks m...more >>

pdf-files in full-text-search
Posted by silvio.rebentisch NO[at]SPAM imail.de at 11/8/2005 6:35:13 AM
Hallo, I tryed to add pdf-files that are stored in a image-column to full-text-search. As mime-type in the "data type column" I used "application/pdf". So, I can see at the "unique key count" that the files are read from the index but I can't find anything in the files by searching with contains...more >>

High CPU over extended time period
Posted by or at 11/8/2005 2:45:07 AM
Hello, We are running SQL 2000 sp4 with full text search, recently we are getting 100% CPU over extended period of time and the only way to resolve this is by killing the Mssearch.exe process. (we tried to restart the service but it hang) the Microsoft search service is running under local syst...more >>

MS SQL Server 2005 Express edition
Posted by Gürcan YÜCEL at 11/8/2005 12:00:00 AM
Hi, Does MS SQL Server 2005 Express Edition supports full text search? Is it possible to download and use FTS? or I had to use other SQL Server versions? Thanks ...more >>

Execution of a full-text operation failed. Only Ignored Words
Posted by EricM at 11/7/2005 11:31:04 AM
Hello. I'm using SQL Server 2000 SP4 on a Windows 2003 machine. I've cleared the noise.enu (and noise.eng) files of all noise words, restarted the MSSearch service and rebuilt/repopulated all catalogs but still seem to get a problem when running certain searches: "Execution of a full-text...more >>

2005 Full Text Error
Posted by Simon at 11/7/2005 9:29:04 AM
I'm having problems creating a new Full Text index in 2005. My environment: Windows 2003 SP1 Ent Cluster (Active/Active) SQL 2000 SP4 on one side SQL 2005 on the other. When I go to create a new index using the GUI, as soon as I click on "new Full-Text Catalog..." I get this error: Prope...more >>

Problem building index for Full text search
Posted by JB at 11/7/2005 7:46:44 AM
I have a clustered SQL Server 2000 and have created a search catalog for one of our databases using MS Search. I am getting some weird behaviour: When the cluster group is running on Server1 the index gets created successfully. However if I move the cluster group over to Server2 the index fails ...more >>

Help with a query
Posted by Spondishy at 11/7/2005 3:30:42 AM
Hi, I'm new to fulltext search and am having a problem formulating a query. I have a table with key, title, description within it. I'm trying to do a search, but weight results in the title higher than the description. I've only written this so far. select [KEY], Rank, listing_id, title...more >>

hyphens change between w2K and w2K3 ?????
Posted by Martin at 11/4/2005 9:33:10 AM
On one system a search for 21-147 returns 1 result - which is the correct way I need it to work. However on my new system, this does an OR search, returning all results with 21 in, and all results wth 147 in which clearly returns hundreds. These are product part numbers, they /must/ be searc...more >>

How are extensions with no Filter handled?
Posted by utcochra at 11/4/2005 6:56:06 AM
I can't find the answer to this anywhere. I have a 16+ Gig table with an image column that is full-text indexed based on the usual extension column. Some of the extensions are not the standard ones with the basic filters. For these extensions I do not want to be indexed with the full-text sea...more >>

SQL 2005 - sp_fulltext_catalog deprecated
Posted by Ryan at 11/3/2005 6:16:39 AM
Hi all, As sp_fulltext_catalog has now been marked for removal in future versions I'm trying to migrate the following statement to 2005 syntax; EXEC sp_fulltext_catalog 'MyFullText', 'start_full'; But, there only seems to be a rebuild option, not the ability to start a full population. H...more >>

"Did you mean" functionality how ?
Posted by Gordowey at 11/3/2005 4:24:14 AM
Hi all, I do not if this is the right group to place my question. Anyway here is: All of you know about the "Did you mean:" functionality that Google shows when you type the wrong word, or if there is a better combination of words to performe the search, right? That is what i am talking abo...more >>

SQL 2005 index status - unable to populate
Posted by Ryan at 11/3/2005 2:45:15 AM
Hi all, I am unable to populate a full text catalogue in SQL 2005 Developer edition (RTM). I have managed to create it and include the tables I want, rebuild it completely and make queries against it. The following SQL, executed one statement after the other shows some strange behaviour, it...more >>

Full Text and MS SQL 5.0
Posted by Bill at 11/2/2005 3:58:13 PM
What new features does full text search support in MS SQL 5.0? ...more >>

Full text search not giving any results
Posted by Sirisha at 11/1/2005 1:08:04 PM
Hi, We have a table named "testIndex" which has columns: id (primary key), cv (image) and indexCol (varchar). We ran the following scripts to create a full text index on the column "cv". EXEC sp_fulltext_database 'enable' EXEC sp_fulltext_catalog 'TestCatalog', 'create' EXEC sp_fullte...more >>

Tables in full-text catalog disappears after replication
Posted by Kim at 11/1/2005 12:00:00 AM
Hi All I have enviroment where I have 2x SQL Server 2000, one publish data and the other one subscribes to the data, this is configured as a one-way snapshot replications. On the subscriber, Full-Text is enabled and in the database (that receives the replicated data) I've created an Full...more >>

Problem running full text search - it's broken!
Posted by Griff at 11/1/2005 12:00:00 AM
I have a 2-tier application The top tier is a web tier (IIS/ASP) and the lower tier runs SQLServer. This works fine for ALL database calls, except when it requires a full text query. The error message received is: --------------------------- Microsoft OLE DB Provider for SQL Server error ...more >>


DevelopmentNow Blog