sql 2000 sp4 image iflter issue
- From: LongbowShawn <sdavis@xxxxxxxxxxxxxxx>
- Date: Wed, 7 May 2008 13:33:14 -0700 (PDT)
I have table with an image column that stores word documents. I added
a cloumn called "DocumentType" and poulate it with .doc. I used the
wizard to setup an FT index. I run a select staement like this one:
SELECT document_name
FROM Documents
WHERE FREETEXT (content, 'metzger');
and get no results although I have seeded a row with a word document
containing that text. I've done several full populations of the
index. No help...
Running a select against another non-image straight text column works
to retrieve text so I know the full-text engine is running. I can't
seem to find the crawl logs even using this link as ref:
http://msdn.microsoft.com/en-us/library/ms142495.aspx. How can I make
sure the engine is properly indexing the document in my image col and
any other troubleshooting advice would be great.
Thanks,
Shawn
.
- Follow-Ups:
- Re: sql 2000 sp4 image iflter issue
- From: Hilary Cotter
- Re: sql 2000 sp4 image iflter issue
- From: Hilary Cotter
- Re: sql 2000 sp4 image iflter issue
- Prev by Date: Re: SSIS and password for iSeries ODBC
- Next by Date: Re: sql 2000 sp4 image iflter issue
- Previous by thread: Re: SSIS and password for iSeries ODBC
- Next by thread: Re: sql 2000 sp4 image iflter issue
- Index(es):
Relevant Pages
|