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 > july 2003

Filter by week: 1 2 3 4 5

Unexpected NULL value returned for the column
Posted by Jason Davis at 7/31/2003 11:40:46 PM
Hilary, John, SOS! I had a major crisis with my sql server today. After applying Hilary's great advice from here: http://tinyurl.com/inyn I was able to get things in order. I'm getting this new error now. It disappers after I try to re-build, but as soon as I populate (full/incremenet) - I ...more >>

More of the same...(sorry about the cross-post)
Posted by David Sanders at 7/31/2003 1:29:27 PM
Is there any way, shape or form that the following stored procdure can be called successfully? Basically I am trying to passing in a WHERE clause that contains some full-text predicates (CONTAINS, etc...). This WHERE clause has to be a variable passed in. The 'public' role has NO rights to th...more >>

Forum searching: cumulative results from many posts, one topic
Posted by jeffyjones NO[at]SPAM hotmail.com at 7/31/2003 12:53:02 PM
I'm trying to write a search query for a forum. I've started with this: SELECT Posts.TopicID, ft.[RANK] FROM Posts INNER JOIN FREETEXTTABLE (Posts, *, @SeachTerm, 100) AS ft ON Posts.PostID = ft.[KEY] ORDER BY ft.[RANK] DESC No problem there, and it's fast and the results are really accura...more >>

Problem with Full Text Population
Posted by jvoss NO[at]SPAM discover-re.com at 7/31/2003 7:07:15 AM
Hello, One of our people started to make a full text index on a table. The table has over 8 million records and would take about 3 days to complete. Our boss wants to stop the population process of the index but it does not appear to be stopping. They have issued the command from the SQL...more >>

FTS and noise words
Posted by (idror NO[at]SPAM healthology.com) at 7/30/2003 9:00:24 AM
Why when searching for more than one word in a text search and at least one word (but not all) is a noise word i get the msg - "The query contained only ignored words" . for example : if the search text is "what does Allergist do?" i get the msg despite the fact "Allergist" is not noise word. this...more >>

FTS with SQL 2000 doesn't run on Windows 2000. True?
Posted by Pete at 7/29/2003 4:28:19 PM
I ran into this white paper on FTS with SQL 2000, http://support.microsoft.com/default.aspx?scid=kb;en- us;323739 in which it states that if you install the SQL 2000 on Windows 2000, the FTS service is not available. I also read some threads talking about the availablity problem of FTS ...more >>

Strange problem Starting/Stopping FTS
Posted by Greg D. Moore (Strider) at 7/29/2003 1:22:31 AM
Ok, yet another strange FTS problem. We're still running SQL 7.0 SP2 (can't upgrade yet) under Windows 2000. We've had more than our share of FTS issues. So the latest is, on our primary, I build a brand new catalog of our main table. No problems. 4-5 days later, it finishes. So the...more >>

Full text and noise word file
Posted by atelford6 NO[at]SPAM hotmail.com at 7/29/2003 12:34:41 AM
I have an active passive cluster in a production environment. I also have a non-clustered sql server for testing. I made a change to the noise.enu file to remove some noise words, I did this on test and everything worked fine. I then went to production and did the exact same thing, stopped full-...more >>



Full-Text index incremental population
Posted by mitra fatholahi at 7/25/2003 2:22:14 PM
Hello Everyone, I read on SQL Server Books Online that the Incremental population for Full-Text Indexing: "requires that the indexed table have a column of the timestamp data type. If the table does not have a timestamp column, only full or change tracking populations can be performed....more >>

table relation
Posted by jimmy zhou at 7/24/2003 9:23:29 PM
I have these two tables can link with out problem, it does not work on SQL. 'Store List' table saved successfully 'EQUIPS' table - Unable to create relationship 'FK_EQUIPS_Store List'. ADO error: ALTER TABLE statement conflicted with COLUMN FOREIGN KEY constraint 'FK_EQUIPS_Store List'....more >>

FTP - error received indicating input text file in use
Posted by MB at 7/24/2003 1:46:56 PM
I am attempting to execute a .bat file that contains the following: ftp -s:c\ftpinput.txt >> c:\ftpoutput ftpinput.txt is a file that contains ftp commands I then receive an error message: The process cannot access the file because it is being used by another process. The file (ftpinput...more >>

900 bytes index limit is to small
Posted by ming at 7/24/2003 8:16:23 AM
Hi everyone, I have a Oracle database application which has an index on varchar2(2000). Now I am moving the database to Sql Server and facing index limitation problem. Sql Server only allow you to build index on column which has less than 900 bytes. Is there anyway in Sql Server to build ...more >>

Stored procedure for full text search
Posted by Sajid at 7/24/2003 6:50:29 AM
Hi, I've the FTS in a stored procedure and i am calling the stored procedure from ASP program. Here is the stored procedure : -- ============================================= -- Create procedure basic template -- ============================================= -- creating the store proced...more >>

Does Full Text search function support Japanese characters
Posted by traceycui332 NO[at]SPAM hotmail.com at 7/23/2003 4:48:20 PM
Hi there, I want to search Japanese characters with Full Text search function. I created a new database on SQL 2000, English Win2k Server. The database's collation is "Japanese-bin" and contains one table that contains 4 fields, which are ID -- int, primary key, identity; PageName -- nvarchar...more >>

SQL0000700005.hash.gthr
Posted by aagrawal at 7/23/2003 7:47:08 AM
"We have a few SQL files on the server that seem to be growing in size and don't know what they are for. The files have similar names of the type: SQL0000700005.hash.gthr" Can someone let me know why and what are these .hash.gthr files are meant for. In my wisdom they are related someways...more >>

SP3 FTI performance?
Posted by René at 7/22/2003 5:09:28 PM
Gents, We just made transition to SP3 on our production server. After a lot of hassle rebuilding the FT indexes, we now running a few days with this set-up. However, what we notice is that the FT query performance seems to have slowed down. A process that took 10-12 minutes before, now take...more >>

full text not working: Error fetching URL
Posted by KevinGoff at 7/22/2003 3:15:59 PM
I am trying to query a table that is on both my test and production machine. It works fine on test. It does not work on production (a cluster). I don't see any error messages in sql or the event viewer. When I run a query on test it returns a result set. Production does not. I see this in th...more >>

Full-Text Catalog Rebuild
Posted by Owen T. Soroke at 7/21/2003 11:48:07 PM
I am trying to create a query which will remotely rebuild an SQL Full-Text catalog that has been stopped and is otherwise inaccessible without visiting the server site and rebuilding in Enterprise Manager. Anyone who can offer me some advice, your help would be greatly appreciated. Regards, ...more >>

why unable to use the full text search
Posted by Tommy at 7/18/2003 3:24:07 PM
I start the full text search service from the SQL Server Service Manager, but in the enterprise manager, all actions concerns with the full text search are all unable to choose, what is the problem? ...more >>

single-column index for change tracking
Posted by Adnan Selimovic at 7/17/2003 9:21:26 PM
Hi folks! I'm enabling FT indexing on 2 tables. On one table it work good because it has a single column primary key and index. The other table is problematic one. It has a primary key consisting of three fields and index. We used incremental method for FT so we have timestamp column in this ta...more >>

FTS in Typo3
Posted by Marc Hoeppner at 7/17/2003 3:32:49 PM
Hi, does anyone know how the quality of the FTS in Typo3 (PHP/MySQL) compares to SQL's? - I have to do a competitive bid and have few infos on Typo3, but I already know a lot about SQL's FTS. I also know that Typo3 seems to be limited to html, txt and doc. PDF seems possible if you use an exte...more >>

Problem with CONTAINS clause and special characters
Posted by Hen at 7/17/2003 1:37:10 AM
Hi, I have a database that I want to search for words that have special characters inside like a dash or a slash like "T-SQL" or "T/SQL" with the CONTAINS clause. I tried CONTAINS(description,'"T-SQL"') and it gives me the count of rows with "SQL" appearing in the description field whi...more >>

DB Design / Hardware Advice to optimize FTS query performance
Posted by robnews NO[at]SPAM iGive.com at 7/16/2003 8:28:28 AM
We're implementing FTS on SQL 2K from scratch. I've never done this before - so please excuse (and highlght) newbie-type mistakes. Looking for advice on best way to design for the following: Goals: Query Speed Ease of Maintenance Less Important (I think): Population time Situation: ...more >>

Spanish linguistic analysis package missing
Posted by Claudio Ledermann at 7/16/2003 8:09:51 AM
Hi, I'm using FTS on a SQL Server 2000 database populated with spanish text, so I need to enable the spanish options for noise words and word breaking. All the documentation says that SQL Server includes the following linguistic analysis packages: Chinese_Simplified Chinese_Traditio...more >>

full text search CPU
Posted by kris at 7/15/2003 2:49:37 PM
Hi, Windows 2000/ SQLserver 2000 sp3 i want to put fulltext search for my reports. so i tried the fulltext search testing on my test server. the Mssearch is taking 90% Cpu. So i dont want to put the search service in my production box. I want to move the data to report server using Tra...more >>

null Contains clause
Posted by Jason at 7/15/2003 9:14:17 AM
I'm writing a proc that has an input parameter called @keyword. The proc will then use this paramter in a where clause as follows: WHERE CONTAINS(item_long_description, @keyword) The problem I am having is when the @keyword parameter is null, the proc needs to return all records in the ...more >>

Throttle disk IO mssearch ?
Posted by Craig Stadler at 7/14/2003 4:35:40 PM
Is there any way to throttle disk usage or I/O for mssearch? I have a 10,000 rpm drive on a 160mb/sec connection and mssearch just hammers it to death at 100% on my performance monitor. -Craig ...more >>

STARTPHRASE?
Posted by David P. at 7/14/2003 1:55:02 PM
Has anyone played with or heard of the [STARTPHRASE] [ENDPHRASE] tags? ...more >>

Complex question about moving catalogs, etc
Posted by Craig Stadler at 7/14/2003 1:00:32 AM
I have a database file : drive D: ldf file drive E: Catalog files for database drive F: mdb file Problem - Drive D: is going bad, corrupt but everything still works ok. (ldf is not corrupt) I need to move the LDF to F: drive but I dont want to rebuild the catalogs as they would take 1 wee...more >>

common words in fulltext search
Posted by George Yuen at 7/12/2003 2:46:40 PM
Is it possible to find out the list of common words reserved by MS Search? In sql server fulltext search, if I want to find something with common words, like "The King", but in exact match, what can I do? I tried many ways but failed. Thanks. Cheers, George ...more >>

CONTAINS returns no results
Posted by ggenua NO[at]SPAM tcgcan.com at 7/11/2003 12:08:42 PM
I'm currently using MSSQL 7. AND have successfully Indexed a database table. Made sure that services for MSSearch and SQL Agent are running. When I try to run my query it returns 0 rows. But it actually should give me 1 row as a result. SELECT * FROM RESUMES WHERE CONTAINS(ResumeText,'html...more >>

DMO/SQL to get index population status
Posted by Lennin Arriola at 7/10/2003 1:29:04 PM
Hello everyone! I'm trying to build a large fulltext catalog, which takes almost a week. (in a ULTRA SCSI-2 RAID 100GB,512 RAM P3,SQL2K,WIN2KAS SP3). I want to monitor the actual status (ItemCount,StartDate) of the population via either DMO or a SQL Statement, but I haven't found it ...more >>

XML Ifilter
Posted by Sander at 7/10/2003 7:01:25 AM
Hello, I have installed the XML ifilter from msdn. SQL2000 sp3 on WK2 1 do I need to rebuild my FTS catalog? It looks like it does not index my 'old' XML files. Since it is about 500 mb big, this would mean 1 day of rebuilding. 2 does anyone know what this filter indexes (readme is too short)...more >>

How are words with underscores ( _ ) indexed?
Posted by mcfly09 NO[at]SPAM hotmail.com at 7/9/2003 4:50:10 PM
Platform: Win2K SP3 SQL: Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000 00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 3) CREATE TABLE [dbo].[CustomField_10009] ( [Record_ID] INT ...more >>

Free text fuzzy search
Posted by Jad Hammoud at 7/9/2003 12:34:20 PM
I was wondering if there is any way to include some sort of fuzzy logic when performing a full text search. Something like the SQL Server implementation of SOUNDEX so if the user searches for say "John" in a full text column, the search should also return Jon, Jean etc. I came up with a stored pr...more >>

'FreeTextTable' vs 'ContainsTable'
Posted by Abhijeet Raje at 7/9/2003 12:11:46 PM
Hi, I have found following code in Commerce server catalog module. Can and one explain why to use 'ContainsTable' if the search phrase contains AND IF (Charindex(N' and ', @FTSPhrase) = 0 ) BEGIN SET @FTSFunction = N'FreeTextTable' END ELSE BEGIN SET @FTSFunction = N'ContainsTa...more >>

full text search on image column
Posted by Zhiwei Liu at 7/9/2003 10:20:27 AM
I tried to use full text search on image columns. I set it up by following the instruction on the online book. however, it does not work. The query always returns nothing once a image column is included in the full-text indexing. I have no problem of using full text search on any other typ...more >>

Full-Text Search - Different Results on Different machines
Posted by Kimberly at 7/9/2003 10:01:34 AM
Hi all. I am new to the full-text search functionality in SQL and cannot determine why we are experiencing the following anomolies: We have three servers, all running Windows 2000 and SQL Server 2000. Servers 1 and 3 have SP3, Server 2 has SP2. When we run a full-text search for "Abbot...more >>

full text search without re-population?
Posted by Tommy at 7/9/2003 9:39:17 AM
i found that sql-server full text search is only capable of searching the newly inserted items after an incremental or full population. Is there any possibility to search the newly inserted without re-populating the full text search database? thx ...more >>

When to use Full Text Indexes
Posted by jim-watters NO[at]SPAM rogers.com at 7/7/2003 9:58:47 AM
Hello, We are discussing the requirements of a database application with one of them being the ability for users to serch a text field that contains a description of a play in a hockey/basketball game. For example: Wayne Gretzky power play goal was his 50th of the year My impression is th...more >>

SQL Server 6.5 sp5a
Posted by Steve Colwell at 7/7/2003 3:33:50 AM
I am trying to install the sp5a service pack on SQL 6.5. I am getting an error message of "setup initilisation could not be successfully completed. ISQL.exe could not be executed. Please check the relevant .OUT file." I first received this type of error on the cfgchar.exe file, but i got r...more >>

Does RANK and weightage goes hand in hand
Posted by Abhijeet Raje at 7/5/2003 4:30:05 PM
Hi, ranking is determined by a formula that accounts for the frequency of the word in the document/row compared with the frequency of the word occuring in all documents/rows weighted against the total number of unique non-noise words in your catalog. Does this means that if I have fulltext ...more >>

CONTAINSTABLE v/s FREETEXT
Posted by Abhijeet Raje at 7/5/2003 12:52:28 PM
Hi All, I have one table Customers in Northwind database. While performing FreeText search I want to give weightage ON Columns for a searched phrase. CompanyName weight (1) ContactName weight (.7) ContactTitle weight (.5) ...more >>

"Query Contains Only Ignored Words" (#7619)
Posted by Dino M. Buljubasic at 7/4/2003 3:30:55 PM
> I am having a problem when querying data from database. > Some of the queries throw an exception and I don't know how to fix it. > > The error I get is "Query Contains Only Ignored Words" (#7619) > > Any help would be appreciated -- Dino Buljubasic Software Developer http://rivusglob...more >>

Can not enable fulltext..
Posted by Peter Thygesen at 7/4/2003 11:50:13 AM
Microsoft Search is running as LocalSystem and MSSQLSERVER as .\Administrator But I can not run sp_fulltext_database 'enable' I still get the error message (1 row(s) affected) Server: Msg 7635, Level 16, State 1, Procedure sp_fulltext_database, Line 46 The Microsoft Search service canno...more >>

full text indexing
Posted by Kelly at 7/2/2003 9:35:56 AM
I have a database that has one column that I've given full- text indexing so that I can do searches and what not. The only problem is that every time data is added to the index, it doesn't automatically become fully indexed and consequently can't be fixed. I know i'm doing something wro...more >>


DevelopmentNow Blog