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 > march 2004

Filter by week: 1 2 3 4 5

Newbie: Don't seem to have Full-Text facilities
Posted by Ben Fidge at 3/31/2004 8:33:31 PM
I'm running Sql Server 2000 SP3 (Developer edition) on Win XP Pro. When right-clicking on my database in Enterprise Manager, under the New menu there's no option for creating a Full-Text Catalog. The usuals stuff such a as new tables, views etc are though. Any help greatfully appreciated. ...more >>


Large Database Text Searches
Posted by Kevin Phifer at 3/31/2004 12:11:07 PM
Not sure if this is the apporpriate group but I have a problem that involves text searches I have a client that has a database with around 2.5 million records that include 4 text fields they would like to search on. (the table is wider it includeds a total of 50 fields) They want to be able to se...more >>

HELP: Item Count 0; Gathering hung?
Posted by Douglas Steen at 3/31/2004 9:07:53 AM
I use a simple test server with SQL and MSSearch for development work and up until recently it was handling full-text searching just fine. I updated the box to Win2K3, and still no problems. But then I modified noise.eng, and in the process rebuilt the catalog. Now whenever I try to populate t...more >>

Full text search catalog
Posted by Murtix Van Basten at 3/30/2004 8:35:42 PM
Hi, I am using a full-text catalog to perform search inside a 1GB table. I have created fulltext catalog as usual methods, selected the necessary fields for the catalog from the table. When I want to make a stress test over the search fucntion, it deoesnt return any data if I use more then...more >>

CPU Usage vs Catalog Population
Posted by RGondzur at 3/30/2004 5:20:35 PM
I have an SQL account that uses FTS on SQL 2000. I originally used Incremental Population to index the work done during the day. However, the indexing process was carrying over into the next work day. Therefore, last week I changed the method to Change Tracking with Update Index in Backgrou...more >>

SQL2000 w/ SP3 Gatherer Errors & failed population
Posted by Nick Coppola at 3/30/2004 10:46:05 AM
Hello I've searched high and low - looked at John Kane's prior responses and this is incredible. We did a SPS install and upon testing the WSS site search capabilities realized the search wasn't working. Upon further research we found that the catalogs weren't being populated *** This is not a ...more >>

Searching a table
Posted by Sajid at 3/27/2004 2:37:25 AM
Hi all. I have a requirement in which customer fills in a form. The provided form fields are searched against the coulmns in customer table. For example FirstName is searched against FirstName in the table and so on. If the form data is same as that of a table row than it is 100%. If for ...more >>

Full-Text Index Table option greyed out
Posted by Dan at 3/26/2004 11:54:21 AM
Hi I have SQL Server 2000 running on a Windows XP platform. I'm trying to add a full text index to one of the tables in my database. However, I'm not sure if I've got this feature installed. When I right-click on one of the tables, the "Full-Text Index Table" option is greyed out. sp_f...more >>



Full Text Search breaks after disc replaced
Posted by Jeff at 3/26/2004 12:52:06 AM
Hello, (I also posted to the WSS newsgroup but remembered somebody suggesting that this type of question might be better answered in the sqlserver.fulltext newsgroup). We recently had to replace our discs with larger ones. So we ghosted the original disc containing the WSS dbase, configur...more >>

help me get rid of the noise words please!
Posted by woodysapsucker at 3/25/2004 11:41:30 AM
Hi, I am a programmer with no SQLServer dba experience and have set up a full text index on two columns in the same table. The index is working fine except for when a noise word is used in a search. My problem is that I have been unable to remove the noise words. I have searched the drive and ...more >>

varchar(8000) versus text field?
Posted by bill at 3/24/2004 2:56:57 PM
Trying to decide if we should use large varchars or text fields for some general notes type fields. We don't really need to do any extensive text searching. A like query would probably be sufficient. The number of records will be way < 100,000 and the app's relatively small at <50 users. Wh...more >>

punctuation in fulltext searches
Posted by bmiller NO[at]SPAM tdpi.com at 3/24/2004 10:19:10 AM
I am using Fulltext search in a web application I wrote for our company that is bascially a knowledge base search engine - the app searches and returns matches against our SQL 2000 database. The problem I am having is this: I cannot seem to figure out how to search for phrases, booleans, and ...more >>

FTS Multiple partitioned tables
Posted by Prudhvi at 3/24/2004 1:51:08 AM
Hi Help needed on Full text indexing multiple partitioned table Let me explain u the actual scenario I have a big Base Table that holds ntext columns(2columns) and other columns that are full text indexed to be used in FTS. This Base table grows every day with new data being inserted every day....more >>

Add Category to SQL Full-text
Posted by derekvof NO[at]SPAM yahoo.com at 3/23/2004 1:10:44 PM
I'm moving my STS sites to WSS, and I'm running into a bit of a problem. We've got everyone on our team adding a category to their documents to help us search and organize them. However, seach under WSS (w/ SQL and Free-Text search) doesn't pick up the category field in my Word documents. I s...more >>

FullText catalog item count is 0
Posted by Yiaz at 3/23/2004 9:16:06 AM
I've created a catalog against a fairly large table (around 900 rows) and selected Start full population from the catalogs context menu. A message appears saying it started populating successfully. However 24 hours later the Item count is still 0 and catalog size 1MB. I've tried restarting the FullT...more >>

hits highlight
Posted by Robert at 3/22/2004 4:09:24 PM
Hi, I have an asp that perform a full text search against a sql server 2000. Everything is working fine but i was wondering if it's possible to highlight the search words of the hits , for example like google does. Any idea how to do this? Thanks in advance, Robert. ...more >>

Full Text Search on XP Pro
Posted by John at 3/22/2004 12:46:09 PM
All I have the Developer edition running on XP Pro. I "added" FTS as it was not done automatically during the regular installation. The box is checked when I run the installation CD and check the options that I can add I cannot however get FTS to enable. When I try to access it under the Ente...more >>

SQL Server with Full Text Search and Enterprise Manager on stand alone machien
Posted by Mac Littlefield at 3/22/2004 10:51:11 AM
Hi, Having discovered that MSDE doesn't support either Full Text Searches or make available the Enterprise Manager Tool, I am looking for the least expensive version of MS SQL Server that will support these two features on a desktop running Windows XP. Thanks, Mac Littlefiele ...more >>

Searching similar records in a table
Posted by Sajid at 3/21/2004 11:34:47 PM
Hi everyone How can I search database records in table1 such that the query returns the matched records and their percentages to which they are alike. Actually the site administrator wants a search facility such that whenever he wants to register a new customer, fill out the whole reg...more >>

Catalog Population VS Database Backup
Posted by RGondzur at 3/19/2004 4:01:09 PM
MS Windows 2000 Adv Server SQL Server 2000 The FTS catalog is stored on the same box as SQL Server. There are two applications that access a SQL database. I have one application that stores data from an OCR process in a SQL table. The table includes a timestamp column. FTS indexes one te...more >>

An unknown full-text failure (80004005) occurred in function EnumCatalogs
Posted by jroberts NO[at]SPAM hire.com at 3/19/2004 10:58:00 AM
We are using Full Text Search on our production SQL Server (Active/Active Cluster, MSSQLSERVER EE). Within the last week we have not been able to rebuild the FTC on any database on one node/instance. We get the following message: Server: Msg 7608, Level 17, State 1, Procedure sp_fulltext_data...more >>

catalog with 0 elements
Posted by Roland Osterode at 3/18/2004 4:11:29 PM
hello i created a very simple catalog with one full text index (only three rows on a table). The catalog filled up without problems and after 5 minutes it's ready, containing 20000 elements. But after a couple of hours the catalog seems empty. Under Properties it shows suddenly 0 elements but...more >>

Replication: Is it possible to replicate Full-Text catalog from one server to another
Posted by tvs4716 NO[at]SPAM yahoo.com at 3/16/2004 9:16:58 AM
Replication: Is it possible to replicate Full-Text catalog from one server to another...If so How? Thanks in Advance...more >>

SQL Server Html Search Question
Posted by GitarJake at 3/16/2004 8:30:50 AM
Hi all, How do I get a table that has been Full Text Indexed, whose data has been input through an HTML editor to be searched by SQL without searching the HTML tags and code. I have a bunch of pages on my site; the content of which is stored in a Sql Database. When I search for the word "...more >>

Full Text Performance in 2k5
Posted by paul NO[at]SPAM paultyng.net at 3/16/2004 7:40:35 AM
I just read Andrew Cencini's article on FTS in 2k5 and from what I read I think its perfect for my projects needs (we have a need to search millions of docs per client) but I had some question on the performance info he mentioned. Andrew stated that "Scalability of the text engine at indexing ...more >>

Trigger fulltext indexing incremental/full using SQL
Posted by James Cooke at 3/15/2004 10:31:56 AM
I want to trigger full/incremental builds from my asp.net app. How would I do that? tia James ...more >>

The Microsoft Search service cannot be administered under the present user account
Posted by Chuck Cobb at 3/14/2004 12:56:07 PM
I am trying to enable a database for full-text searching using the following command: exec sp_fulltext_database 'enable' and getting an error: "The Microsoft Search service cannot be administered under the present user account". I've looked all over for a solution to this problem. ...more >>

transgering the database from sybase to sqlserver
Posted by mohd hussamuddin at 3/14/2004 2:58:39 AM
sir, i am mohammed hussamuddin,i am getting a problem in transfering the database from sybase to sqlserver,i would be very helpful if u give me is there any tool available to transfer database from sybase to sqlserver,plz give the step by step operation to performe it. thanking you ...more >>

Scheduled Updates to Full-text index not working
Posted by phil NO[at]SPAM electricedgesystems.com at 3/12/2004 4:12:01 PM
Full-Text index scheduling is not working on one of our servers. I can right-click on the applicable table and select "Start Full Population" or "Start Incremental Population" and the index updates with no problem. The scheduled updates just don't seem to do anything. Currently, the schedule c...more >>

Update Index vs Update Index in the Background
Posted by Caroline K at 3/12/2004 6:31:08 AM
SQLServer 2000 on Windows 2003 I have full text indexing on one table and would like to use Change Tracking to maintain the index Please could someone explain the difference between the options Update Index vs Update Index in the Background What happens if you hvae both options selected Many tha...more >>

full-text across multiple columns
Posted by dreamer at 3/12/2004 5:28:21 AM
Hi, i have a full-text table like this ------------------------------------------ | Description | Info | Extra_info | |-----------------------------------------| | xxx | xxx | yyy | | yyy | yyy | yyy | | xxx | yyy | yy...more >>

Error on Full Text search
Posted by John Martin at 3/11/2004 12:53:57 PM
Hello, I have run into a brick wall here. I hope someone can help. When running a search I get this error: Application Error: [Microsoft][ODBC SQL Server Driver][SQL Server]A clause of the query contained only ignored words. I researched somewhat and found that it could be that the no...more >>

Full-Text Population problems
Posted by Rubia 078 at 3/11/2004 9:11:26 AM
I am a newbie here and am in need of some help. I am creating a Full-Text Catalog and everything has worked fine, until now. I have the columns created successfully for a full-text catalog. Here are my statements: CREATE TABLE tblTableName ( NameID int IDENTITY Not Null, ...more >>

Questions about Full-text Search Deployment White Paper
Posted by Samm at 3/10/2004 5:21:05 PM
Hi We're trying to set up full-text search. When I went through MS Full-text Deployment White paper, under Full-text Search Checklist section, the third bullet point Verify whether you have the [NT Authority]\System added as a SQL Server login and that the login has system administrator rights ...more >>

how to search for Chinese/Japense/indic characters in a nvarchar column
Posted by Peruris at 3/10/2004 5:20:09 PM
How to setup to search for indic , chinese and japanese characters along with english in the same nvarchar column. Can I full-text index the column that is nvarchar contains unicode characters all kinds of languages. Can I use freetexttable keyword for searching the unicode characters ...more >>

Searching UniCode characters giving error
Posted by Peruris at 3/10/2004 4:37:55 PM
Select Col1 From Table1 fk_tbl,freetexttable ( table1, *,'?????') as key_tbl Where fk_tbl.id = key_tbl.[key] Co11 is nvarchar column, searching Unicode gives Server: Msg 7619, Level 16, State 1, Line 1 Execution of a full-text operation failed. A clause of the query contained only ign...more >>

Using FREETEXT with empty search strings
Posted by Eric Throckmorton at 3/10/2004 12:59:14 PM
The syntax for using freetext is: FREETEXT ( { column | * }, 'freetext_string' ) I put together a test like: SELECT description_of_problem FROM servicerequests WHERE FREETEXT(description_of_problem, @description) and it worked fine What I have a a text box in a search form that may or m...more >>

Sharing Tables between Databases
Posted by Microsoft at 3/10/2004 9:58:45 AM
Is it possible or advisable to share tables between two SQL Server databases on the same server? One database is restored every night from an offsite source. Thus, any objects created in the local version are lost after the restore. Is it possible to create a new database locally which accesse...more >>

MSSearch Gatherer Error: c0000005
Posted by borisskvortsov at 3/10/2004 3:16:45 AM
Please, help me to troubleshoot MSSearch Gatherer error. I am running SQL2k SP3 on Windows 2k DC and trying to setup full-tex index using Enterprise Manager Console, everything goes fine until I a trying to start full population. In the eventlog I got the following errors: Event Source: Mi...more >>

image column - confused
Posted by lc at 3/9/2004 10:23:23 PM
With 2k, for whatever reason, I'm unable to create a full-text index on image column type. Would anyone have any idea what might be causing this problem? Is it possible that Developer Edition doesn't allow this? Why would it allow indexing text columns then? TIA. lc ...more >>

Real-time update index
Posted by blueagle at 3/9/2004 9:46:05 PM
I want to search out the record just inserted immediately, so I execute sp_fulltext_table @db_name,'update_index' after every insert operation. Yes. I do search out the record within 5 seconds. But sometimes I gets the error message: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Could not co...more >>

meta data & full text search
Posted by Sharon at 3/9/2004 1:15:25 PM
Hi all. I have an application that stores document meta data in SQL database and the document itself on the disk. The problem is that i need to search both meta data and the documents and display the result in one table. So lets say i need to find a document with a serial number 123 (meta dat...more >>

sql server personal edition on win98
Posted by msnews.microsoft.com at 3/8/2004 11:42:24 AM
does sql server personal edition or any other edition support full text search on win98 ...more >>

Reassociate full-text catalog after detach / attach database files
Posted by liam_weston NO[at]SPAM hotmail.com at 3/8/2004 8:25:35 AM
I have a database with a large table that is full-text indexed. I recently moved the transaction log file onto a different physical drive and in order to do this I used sp_detach_db and sp_attach_db. The unfortunate (and undocumented) side-effect of this is that the association with the current ...more >>

sp_fulltext_database 'enable'
Posted by internet NO[at]SPAM vanderkolk.demon.nl at 3/8/2004 1:51:06 AM
Hi, I'm trying to enable full-text search on a database. For this I'm using the Wizard in the Enterprise Manager. When I try this, I get an unspecified error and the Wizard exits. In the Profiler, I've found it's this statement that generates the error: sp_fulltext_database 'enable' This...more >>

SQL search condition
Posted by Preet Kanwaljit Singh Shergill at 3/6/2004 12:48:29 AM
i wish to design a search like we do on google, for internal knowledge base app if i use freetext then specific phrase like "gprs settings" is not sorted out from the bulk of the result if i use contains then specific phrase is sorted out but i cannot write hi there i am looking for gprs ...more >>

At what point should you consider splitting data into a new catalogue?
Posted by obhayes NO[at]SPAM hotmail.com at 3/5/2004 2:17:52 AM
Hi All, Are there any statistics or rules of thumb as to what point you should consider splitting catalogues or merging them into one, for example should you make your desicision based on your user interface in any way (not always a good design approach though). e.g. I have 4 sets of distinct...more >>

Indexing delay for one row.
Posted by Jean G. at 3/4/2004 2:11:05 PM
I have a table that has a fulltext index on it. I insert one row into the table. It takes about 20 seconds before the row gets indexed in the background. Does anyone know a possible cause for this delay? Is there a way to get it to process updates more quickly? Is there some polling mechanism that c...more >>

error
Posted by enrique ventura at 3/4/2004 3:31:02 AM
I need to fix this error. Encryption not suported by sql server. Software SQL Server 2000 OS Windouws 2000...more >>

Full text population fails NonPaged Pool memory
Posted by Andy K at 3/4/2004 2:38:54 AM
I have currnetly being trying to populate a full text catalog with the table having approx 14 million rows. The population fails when the system runs out of nonpaged pool memory. The system cosnsists of a Windows 2000 server SP2 in a cluster running SQL Server 2000 sp3 in not applied. ...more >>


DevelopmentNow Blog