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 > july 2003 > threads for july 22 - 28, 2003

Filter by week: 1 2 3 4 5

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


DevelopmentNow Blog