SQL Server Full-Text index not self populating when copying between two tables.
From: Nguyen Tran (wintran_at_gmail.com)
Date: 09/13/04
- Next message: Question on SQL: "Re: DBA Books on Database & Log File Placements"
- Previous message: LaoJ: "Re: SQL sever 2000 security"
- Next in thread: John Kane: "Re: SQL Server Full-Text index not self populating when copying between two tables."
- Reply: John Kane: "Re: SQL Server Full-Text index not self populating when copying between two tables."
- Messages sorted by: [ date ] [ thread ]
Date: 13 Sep 2004 15:35:49 -0700
Hey I have a wierd SQL Server 2000 full-text index problem when
copying between two image tables.
I'm using Access XP as my front end and SQL Sever 2000 (with SP3a
install) as my backend. I'm trying to parse and search resumes using
the SQL Server 2000. I'm using a staging table to proof new resumes
coming in so I can delete duplicates before they enter the system. I
store the whole resume in a staging table before posting it to a
full-text index table.
The problem I'm running into is when I post the data from the staging
table into my permanent document table, the fully text index is not
populating. But when I upload the data using MS Access directly into
the document table, the full text index is being populate. I have the
full text index tracking turned on, too. Even after I rebuild the
full text index, the documents I copied over from thst staging table
still does not show up.
Do you have any idea what's wrong?
-Nguyen Tran
- Next message: Question on SQL: "Re: DBA Books on Database & Log File Placements"
- Previous message: LaoJ: "Re: SQL sever 2000 security"
- Next in thread: John Kane: "Re: SQL Server Full-Text index not self populating when copying between two tables."
- Reply: John Kane: "Re: SQL Server Full-Text index not self populating when copying between two tables."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|