Re: Best method to store and retrieve large files in database
- From: "Daniel Crichton" <msnews@xxxxxxxxxxxxxxxx>
- Date: Wed, 2 Aug 2006 11:32:52 +0100
Sherwood wrote on Mon, 31 Jul 2006 16:50:02 -0700:
for the PDF files. The downside to this (and of what I'm doing today) is
that I'm not really able to take advantage of any of the great indexing
and data mining capabilities of SQL.
You could write a custom iFilter so that SQL FTS can index the files in the
directory structure but treat them as though they are in the row, or there
might be a way of querying Index Server from within SQL to allow you to
search the external files and link the results to your SQL data.
Dan
.
- Prev by Date: Re: Problems with XA Transaction Manager
- Next by Date: Re: Help needed with ADO Update
- Previous by thread: Re: Best method to store and retrieve large files in database
- Next by thread: Re: How do I set an ADO Table Object in VB
- Index(es):
Relevant Pages
|