Re: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Thu, 8 Jun 2006 21:53:59 +0000 (UTC)
Chris.lee.johnston@xxxxxxxxx (Chris.lee.johnston@xxxxxxxxx) writes:
I have a table in sql 2000 where I can see all the file names ex.
how-to-restore-cisci-3700.doc. The table is over 40mb in size. All
other tables less than 1mb. I am fairly sure that the files are stored
in the table and its just not a link to the file. I need to be able to
extract all .doc .xls .pdf files out of the table in their native
format so I dont have to retype all of my site documentation.
If you see a file name, that is a string. It's not even a link, it
is just a string. It is a piece of data, and it probably has a meaning,
but not having defined the table, nor having seen it, I can't tell you
what it means.
Are there any image or varbinary(MAX) columns in the table?
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Follow-Ups:
- Re: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- From: Chris.lee.johnston@xxxxxxxxx
- Re: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- From: Chris.lee.johnston@xxxxxxxxx
- Re: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- References:
- I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- From: Chris.lee.johnston@xxxxxxxxx
- I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- Prev by Date: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- Next by Date: adventureworks??
- Previous by thread: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- Next by thread: Re: I need to extract .pdf/.doc/.xls documents from an sql 2000 table.
- Index(es):
Relevant Pages
|
Loading