uploading image files

uploading image files

am 25.05.2007 19:24:37 von mattcushing

I have a directory of files that I would like to upload with some data
to a table so that I can store the files in the db. I'm not trying to
parse files into rows, I want to stick the actual file in the column.
Is there some kind of insert script, or bulk copy that I can use?

I have about 150 docs and I would rather not go through the whole app,
pick the file, upload it. etc.

thx,
M@

Re: uploading image files

am 26.05.2007 00:00:44 von Erland Sommarskog

M@ (mattcushing@gmail.com) writes:
> I have a directory of files that I would like to upload with some data
> to a table so that I can store the files in the db. I'm not trying to
> parse files into rows, I want to stick the actual file in the column.
> Is there some kind of insert script, or bulk copy that I can use?
>
> I have about 150 docs and I would rather not go through the whole app,
> pick the file, upload it. etc.

I have a mockup that I got from SQL Server Magazin on
http://www.sommarskog.se/blobload.txt. You could extend that to a
program that reads your directory to load your files.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downlo ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books .mspx