Hi, Using just an sql query is it possible to write the contents of a varbinary cell to the file system? I have a column that stores pdf s as and for some quick testing I'd like to write out the pdfs to the filesystem.
Thanks for any help.
Hi, Using just an sql query is it possible to write the contents of a varbinary cell to the file system? I have a column that stores pdf s as and for some quick testing I'd like to write out the pdfs to the filesystem.
Thanks for any help.
Similar Question Here.
You'll need to iterate through each row and perform a BCP (BulkCopy) Dump of each varbinary field to the filesystem