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

An Full-Text Catalog Item Count of 0?
Posted by Mark Holahan at 2/28/2005 11:36:09 AM
Hi, I've enabled a full-text index on a table having 77 thousand records on a varchar(50) column. And yet when I when I populate the catalog: exec sp_fulltext_catalog 'OrdersCatalog', 'start_full' I get an item count, SELECT fulltextcatalogproperty('OrdersCatalog', 'ItemCoun...more >>


Can not delete FT catalog, why?
Posted by Oleg Cherkasenko at 2/25/2005 3:12:12 PM
I have a large db and some large FT catalogs. When I try to delete ftcatalog I see msg: "Server can not obtain LOCKS ...." Why this message? Its my test-server and no any users. SQL Server used AWE and 5G from 8G. Thanks. ...more >>

Which search happen first ? (Yukon full text search)
Posted by Xin Chen at 2/25/2005 3:06:19 PM
In Yukon, if I do a fulltext search and also put let's say "userid = 5" in the where clause, for example, [Where contains("description","yukon") and userid = 5] Does Yukon search for all the "yukon" among all the datarows first or search for userid =5 first? Obviously search for userid = 5 fi...more >>

Implementing Incremental Population
Posted by Mark Holahan at 2/25/2005 12:21:00 PM
Hi, I'd like to implement incremental population for a given table. I don't understand if I need to use both "sp_fulltext_catalog" and = "sp_fulltext_table" to accomplish this task. BOL is a bit nebulous in = their explanation. "sp_fulltext_catalog" has an @action value of "start_incremen...more >>

How to break the words
Posted by Pro at 2/24/2005 12:37:18 PM
Hi, I have a table which data is organized as follows, Style Color Size_Qty MEW6SQ215 101 XS,12; S,12; M,10; MZ10E727L 360 29,2;30,4;31,6;32,4;33,2; M002U2402 387 S,34; M,54; L,35;XL,17; M002D6502 100 XS,137; S,50...more >>

A clause of the query contained only ignored words
Posted by Abe Simpson at 2/24/2005 11:55:14 AM
Hi all, I am getting this error when my query contains a word like "of": "A clause of the query contained only ignored words." The SQL statement uses the CONTAINS clause. This used to work fine on SQL Server 2000, but I recently switched to SQL Server 2003 and can't get it to work. I do...more >>

Full-Text Catalog does not build...
Posted by news.microsoft.com at 2/23/2005 4:43:13 PM
Hello All, Database size=150 GB FT indexed Table = 120 millions of records. On the start of project database was small and FT catalog builds successfully. Now building and populating can not finish. The status of FTC is: Populating in progress, may be paused, but not Idle. I see this 3 ...more >>

Full-Text search and database view
Posted by Denis Blondeau at 2/23/2005 3:31:06 PM
My understanding from full-text search (with SQL 2000) is that you can only search a table and not a view; i.e. you cannot create a full-text index for a view. 1) Is there a way to full-text search a view? 2) If not, what could I be using the search data in the database using a view which i...more >>



beginner in SQL Server 2000
Posted by bill stam at 2/23/2005 11:58:24 AM
Hi, i'm a beginner in sql server 2000 and i have a question. i want to store word, excel, pdf etc documents in order to search them for specific content. i don't want to get as result lines of the documents but the names of them.What data type i must use? can i search and for Metadata informa...more >>

funny search results with 'contains' clause
Posted by klaus triendl at 2/23/2005 10:25:39 AM
hi, it is really funny how ft search works: it seems to depend highly on what could be indexed, but it still doesn't follow a determined order. consider the following queries: select name from person where contains(name, 'hammer') select name from person where contains(name, '"hammer*"')...more >>

Insert Into Without Log
Posted by Dario Concilio [MCP] at 2/22/2005 3:11:31 PM
Hi, Can I create an Insert Into Query without sql server registration log? Thx. ...more >>

search in multiple columns
Posted by Ben Jakob via SQLMonster.com at 2/22/2005 2:15:52 PM
hello The situation is the following: I have table names "authors" with the columnes -- Message posted via http://www.sqlmonster.com...more >>

SQL 2K : custom word breaker ?
Posted by Sylvain - SdV Plurimédia at 2/22/2005 9:41:58 AM
Hi, Is it possible to create a custom word breaker for SQLServer fulltext.... I use french word breaker, but for some specific tables, it's not exactly what I want... Seems such a dream will be feasible in SQL 2K5. Please anyone who knows, tell me the truth! :) Thanks, Sylvain H,...more >>

Dynamic Images with ASPX extensions in Reports
Posted by Tom Robson via SQLMonster.com at 2/21/2005 9:37:29 AM
I want to create a report that shows dynamically created images from a web site. It looks like it will work OK, I can put the graphic in and a link http://localhost/image.aspx?123 but the image doiesnot show in the reports. I am guessing there is a miss match between the extension and the MIMET...more >>

restore to another server of db with FT catalogs
Posted by Timo at 2/21/2005 8:50:33 AM
If we restore a backup copy of a production db having FT catalogs onto a laptop running SQL Server Developer version, the restored db will contain references to FT catalogs whose underlying system files are not yet present on the laptop (because backup doesn't grab the FT system files). The index...more >>

fulltext search not working
Posted by Prudhvi Raju at 2/20/2005 11:41:02 PM
HI!, Fulltext search is not working, i have two databases, fulltext search functionality was working fine on both of them till now. but suddenly fulltext search on one of the databases started giving out errors. when i try to populate, rebuild was giving out errors. when i said sp_full...more >>

urgent help needed: error 7342 (full text search problem)
Posted by Timo at 2/20/2005 2:45:57 PM
I would be very grateful for advice or suggestions for the following problem. I have had no problem with Full Text Search in SQL2000 on my PC under XP Pro using the Developers Version of SQL 2000. However, I have created another copy of the same relatively small (100mb) database on a notebook...more >>

performance problem...
Posted by Simon Steiner at 2/18/2005 5:01:52 PM
hello ng i've got a problem with my fulltext-index, or with the performance of the sql-server. in one database i've installed a fulltext-index. this index based on a often scheduled job, because it's nessessary to find the entrys directly after the insert. the schedule has a frequence of 1 mi...more >>

Windows Server 2003 Ent. x64 Edition - Full-text Tuning
Posted by Chris at 2/17/2005 3:31:03 PM
Running Windows Server 2003 Ent. x64 Edition on a quad Opteron server with 16G memory. SQL Server 2000 SP4. Total catalog files size ~2G . How do I optimize full-text search? Does OS do it by default? There does not seem to be HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Search\1.0\Indexer in Re...more >>

Install on Personal Edition 2000 SP3a
Posted by Audrey at 2/15/2005 10:29:03 AM
I installed SQL 2000 on a Windows XP box with a typical install, but Full-Text Search does not appear to have been installed. It does not appear at all. I want to go back and install it, but the install wants to create a new instance. Can this be done without creating a new instance or un...more >>

Smae Fulltext index name in two DBs on same machine
Posted by chris.auld NO[at]SPAM gmail.com at 2/14/2005 8:15:07 PM
Hiya All, We run a Developmnet-> Staging -> Production build environment here. We use Red Gate SQL Compare (a REALLY great bit of kit btw) to move between the tiers. We are having a bit of a problem now that we have some fulltext indexes defined. Reason being is that Development and Staging...more >>

Column in contains clause?
Posted by wouter at 2/13/2005 4:17:54 AM
Dear all, Another question: I would like to get an overview of how often a number of words, stored in a table KO, occur in a full text indexed column on another table. I can do this seperately: select * from names id | name ---+------ 1 | bush 2 | kerry select count(*) from texts ...more >>

Number of documents vs rank in FTS
Posted by wouter at 2/13/2005 4:04:36 AM
Dear all, I am interested in using FTS for scientific investigation. Specifically, I need to know exactly how often certain keywords occur in documents in my collection. I know how many documents contain the keyword, but how do I find out how often the keyword occurs in these documents? I kno...more >>

Indexing PDF files stored externally to database
Posted by Ben Fidge at 2/12/2005 4:32:39 PM
Hi I'm working on a project where we intend to use Sql Server FTS to index pdf, chm, doc and html files. For performance reasons, we'd prefer to have the files stored on the file system as opposed to in BLOB fields. These files are going to be searched and retrieved by the general public vi...more >>

Searching through PDF files in Sql Server 2000
Posted by mps at 2/11/2005 11:35:02 AM
I have a table with a image column that contains documents like Word files and PDF files. I setup Full Text search successfully and I am able to search for a phrase though these documents, however, it does not seem to search through PDF files. I installed Adobe IFilter 6.0, still I have been u...more >>

SQL Turbo
Posted by bigbob at 2/10/2005 2:24:44 PM
Is anyone in this group using SQL Turbo? If there is, do you know what the 'Remove HTML' option really does? I'm using the MSSQL fulltext engine in an application that will be installed locally at a large number of locations(don't ask why...it's a government customer), and the population functio...more >>

Wrong data returned by full text query
Posted by SP BMW via SQLMonster.com at 2/9/2005 9:00:26 AM
Hi, My full text queries on a columns containing japanese text return strange results. - OS is Windows 2K Server (english) with Japanese support as default locale - SQL Server 2000 english with Japanese collation. I have created a full text index on a field making sure the language for wor...more >>

Full Text Indexing Option Disabled
Posted by Mitul Z at 2/8/2005 7:01:01 AM
I have recently installed Full Text search component using the SQL 2000 Server CD, but still the Full Text Indexing option is disabled under Tools in SQL 2000 Enterprise manager. Also I don't get Full Text Search option under Support Services in Enterprise Manager. Although I am getting Micros...more >>

Returning word forms?
Posted by J. Knapp at 2/7/2005 7:31:43 AM
Microsoft SQL Server 2000 - 8.00.818 (Intel X86) May 31 2003 16:08:15 Copyright (c) 1988-2003 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 4) I have a list of movie titles. If I do a search on "drive" I get all the titles that have that word (i.e....more >>

Full-Text Limitation in SQL 2000?
Posted by jensendarren NO[at]SPAM hotmail.com at 2/7/2005 1:51:55 AM
Hello, Is there a limit to the number of databases on a single SQL Server that can be Full-Text enabled? I have 15 databases all with Full-Text search working fine. Now I just made a 16th database and enabled Full-Text in the usuall manner and nothing seems to happen... When I check the Ful...more >>

Problems searching xml data using FTS
Posted by RMulay at 2/4/2005 3:15:04 PM
Hi all, Here's part of a xml data field that we have in a text type column of a table: <TITLE>...</TITLE> <NAME>Mytech Works<NAME> <CUST>...</CUST> I am doing a search using a statement as follows: SELECT my_tbl.my_tbl_key FROM mytable AS my_tbl INNER JOIN CONTAINSTABLE (mytable, my_da...more >>

Searching for
Posted by Peter at 2/4/2005 6:01:04 AM
Hi, I want to setup a search that is capable of finding the correct records even if the search term was twisted. Given there's a lot of items in a database and the user is looking for a "10 inch wrench" he/she is probably typing "wrench 10 inch". Can full text help me with this issue? ...more >>

Reinstall Full-Text Service SQL Server 2000
Posted by Fabio at 2/3/2005 11:26:05 AM
Hi all, How can I re-install the full text service? I can't create new catalog! I can't delete existing catalogs! I can't do anything involving the full text service, in Enterprise Manager or via Query Analyzer. Thanks in Advance, Fabio ...more >>

Manually Delete FullText Catalog
Posted by Fabio at 2/2/2005 10:43:12 AM
Hi all, How can I manually delete a fulltext catalog, via query analyzer? What is the command I can't delete it via enterprise manager! thanks in advance, Fabio ...more >>

Syntax error in INSERT INTO statement
Posted by cpl_hicks at 2/2/2005 7:13:26 AM
im trying to insert some data from a form, on a asp webpage, to a database using a insert into statement, i keep getting a syntax error with the actual statment, ive been trying for a couple of days to debug it but no look all fields are text except, price which is currency any help is ap...more >>

New installation - Catalog does not get popuated
Posted by Mike Owen at 2/2/2005 5:41:03 AM
I am tearing my hair out here! I have set up a full text catlog on an SQL 2000 Server ( Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05 ), and everything seemed to go fine until I tried to populate it. It seems to get stuck in populate mode, and the only errors that...more >>


DevelopmentNow Blog