Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > october 2006

Actual frequency / count of a word
Posted by Giorgio Vidali at 10/31/2006 4:29:36 PM
This is a strange request that has been submitted as "critical" feature of an application, and I am not sure of how to approach the problem. The application has a simple, perfectly good Full Text Search capability (it is searching on "resumes" and "letters". Now we have been asked to allow the...more >>


Scheduled population not starting. Please help!!
Posted by almurph NO[at]SPAM altavista.com at 10/31/2006 4:05:46 AM
Hi everyone, I'm at my wits end. I have set up both a full & incremental schedule on a table that has an full-text index on one of its fields. Problem is though - its not starting off. I have tried it several times setting the time to start a few minutes ahead using both full and/o...more >>

How to force FTS on fractions?
Posted by Dennis4j at 10/29/2006 11:36:02 AM
When I made the jump to SQL 2005 from SQL 2000, the following query stopped working. ie no result set unless I remove the fraction 1/4. (Removing the fraction 1/4 works, but then returns many many rows) SELECT * FROM MAKT WHERE CONTAINS(MAKTX,'"valve" AND "SS" AND "needle" AND "1/4"') With...more >>

FTS query performance on SQL 2005
Posted by Bahama Joe at 10/29/2006 2:52:01 AM
I am seeing some query performance issues on a full-text search on SQL 2005. My table has about 20 million rows, containing an integer primary key and a field of type text. This is running on a dual core Xeon 2.8 Ghz processor, 2 GB RAM, 15k RPM drives in a RAID 5 configuration. My query lo...more >>

SQL to see what documents are supported?
Posted by newscorrespondent NO[at]SPAM charter.net at 10/26/2006 1:36:33 PM
I once had some SQL to see what document types are supported by Full Text Search that worked at least for SQL2005 and lost it. Can somebody post that again please? Would be nice to have for SQL2000 if it is possible also. Thanks...more >>

Remove from noise list
Posted by Cenk FIRAT at 10/26/2006 2:30:02 AM
how I can remove "c" from my noise word and how I rebuilt my catalog to search on c#, c+, and c. ...more >>

iterate/loop indexing services files
Posted by AC at 10/25/2006 10:33:57 PM
How can I loop through or get a resultset with all files in an indexing services catalog? Is there a way to make the returning recordset contain all records? I want to go through and grab the FileIndex from all files. The files are static so I don't have to worry about the value changing....more >>

nvarchar max
Posted by Nat Johnson at 10/24/2006 8:43:01 PM
Are you able to use a column of data type nvarchar max in freetext searching. sorry probably a basic one....more >>



Problem with full text search
Posted by paola at 10/20/2006 2:58:01 AM
Hello! First of all sorry for my poor english.... I write from Italy... I'm using full-text search with SQL Express 2005 and I can't undestand a lot... This is the situation: - I'm using Italian word breaker; - I've removed all words from my noise word list (noiseITA.txt) - I've thes...more >>

search for words with punctuation - IE 319.109.092
Posted by thomas NO[at]SPAM oxygensoftware.dk at 10/19/2006 2:29:57 AM
Hi, We are using FTS in our search to get a performance boost over a traditional LIKE search. It is working really well, but there is one issue. We would like to index and search for text that look like "319.109.092". The search itself works fine now - after removing individual numbers f...more >>

sp_fulltext_catalog
Posted by Cenk FIRAT at 10/17/2006 2:14:01 AM
In 1 database I have 2 cataolg files. how many times a day I must execute sp_fulltext_catalog sp? "Full" or "incremental" which type of arguments I must use? and how many times ?(a day or a week)...more >>

Locks & FT Catalogs
Posted by Martin Smith at 10/16/2006 12:25:01 PM
We have a site with 2 copies of the database a live and a staging one. Our client have an Admin facility to update the staging database and can then synchronise their changes from staging to live (or vice versa to roll back). Historically where we have needed to do large changes to the data...more >>

No search results for 1 only table
Posted by Joe at 10/16/2006 10:28:36 AM
I have spent hours on this problem and I can not even find where to start. I have full-text enabled on 15 our of about 100 tables in my database. This copy of the database has been running for about 4 months. Everything was working fine except that search has stopped working on one table (tha...more >>

Scripting Full Text Index
Posted by Spondishy at 10/16/2006 8:01:45 AM
Hi, I'm using SQL Server 2005 and was just wondering if its possible to get the values set for full text indexing via I was just wondering if it is possible to script the full text indexes setup from the Management Studio (in a similar way as you can for db tables and sp's). Also, I've no...more >>

Text or VarChar fields
Posted by tshad at 10/12/2006 5:31:16 PM
I have a table that has some VarChar(8000) fields in it. I have run into problems with records having more than 4000 chars in each of the fields which gives me an error saying that the record size too large ( > 8060). It is going to be a problem trying to set up some type of multiple recor...more >>

Control "master merge"
Posted by tib at 10/12/2006 4:45:01 AM
Hi, We have a fulltext catalog, configure with CHANGE_TRACKING OFF and we have a Timestamp column. After adding some new data, we execute an “ALTER FULLTEXT INDEX ON [MyCatalog] START INCREMENTAL POPULATION”. It’s work well but each START INCREMENTAL POPULATION, fire a master merge; as...more >>

Fulltext Query Cost
Posted by Kenny at 10/11/2006 11:38:56 PM
Hi, I have a query which have fulltext search. The query cost of this query is around 3-4 only (Show in Execution Plan). I am using ASP calling VBCOM adodb way to execute this query. Why I always hit timeout for the first search (using Machine A). There is no timeout after that. Looks like ...more >>

Full text Pattern Search
Posted by priyananth NO[at]SPAM gmail.com at 10/10/2006 10:37:25 PM
Hi, Would below mentioned thing is possible in sqlserver 2005 full text. User Table - Table Id Description - Column name 1 'Mission Impossible' - a row I want to ge this row if the search criteria is 'pos'. it is simillar to ' %pos%' in like search is it possible to get tha...more >>

Different result when using Indexing Service Query Form and SQL Server
Posted by pierre.laduron NO[at]SPAM thalesgroup.com at 10/10/2006 7:54:08 AM
When I use the "Indexing Service Query Form", searching documents for the word "D=E9sir=E9", I get 50 matched records. If I run the following query from SQL-Server 2005 (on the same machine) : SELECT * FROM OPENQUERY (CVCATALOG, 'SELECT FILENAME, RANK FROM SCOPE() ...more >>

what does "NEAR" operator mean?
Posted by dragooon at 10/9/2006 11:25:12 PM
What exactly does the "NEAR" operator mean in fulltext search query? I searched the online book and could only find the following info: "Indicates that the word or phrase on the left side of the NEAR or ~ operator should be approximately close to the word or phrase on the right side of the ...more >>

Maximum FT Catalogs per server
Posted by henderson at 10/9/2006 9:14:02 AM
Hello, I am trying to see what the limit is on creating FT catalogs per server. I have found 2 Non MS links stating 256 catalogs per server, but I really need to confirm this. Thanks for your help...more >>

Can not connect to distributor because distributor_admin is not defined as remote login
Posted by rich NO[at]SPAM adgooroo.com at 10/5/2006 10:03:42 AM
Hello everyone, We set up replication yesterday and it runs beautifully ... once. After the first replication, we get the following error whenever we try to access any of the replication admin screens, with the exception of the "disable replication" screen: Error 18483: Could not connect to...more >>

SQL Server Freetext Error: Your Search Produced to many results
Posted by Neil A at 10/5/2006 2:41:02 AM
Hi, I have an SQL Server 2000 Std installation with a full text cat on a large table containing 2-3m rows. When querying on particular words/phrases SQL Server reports too many results. Error Type: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC SQL Server Drive...more >>

Information message : MS Search stop limit reached. The full-text query may have returned fewer rows than it should.
Posted by sonalip74 NO[at]SPAM gmail.com at 10/4/2006 10:42:32 AM
Hi, Anyone knows what this Information message means ? Informational: MS Search stop limit reached. The full-text query may have returned fewer rows than it should. This message is random and same search behaves diferently on different servers. On some servers with same data it pulls data...more >>

Full Text search performance tuning.
Posted by rv.venky NO[at]SPAM gmail.com at 10/3/2006 8:53:54 AM
Hi Everyone, I have a performance issue with a SQL Server query and i need some assistance with it. It would be great if you could offer your inputs on it. We have a SQL Server database that is of a rather large size [20GB +]. The most significant table "Order_Detail" has a large number of ro...more >>

Get Text From Image Data Type Column By using FTS
Posted by Sohaib at 10/2/2006 5:25:47 AM
Hi, I m using Sql Server 2000 Full Text Search. I hv a table with a column of image data type . Full Text Search is working fine on this column. But it is only returning Binary Data. I want to show Search results in text format. I want to get my Searched pharase/word in simple t...more >>


DevelopmentNow Blog