Are there any utilities to extract binary data from MSSQL Server

Posted by Sean Taylor on Stack Overflow See other posts from Stack Overflow or by Sean Taylor
Published on 2010-05-12T12:04:02Z Indexed on 2010/05/12 12:14 UTC
Read the original article Hit count: 357

Filed under:

Hi,

Are there any utilities available that allow you to bulk extract binary data from a MSSQL table?

For example, I have a number of Word documents stored in a table and I would like to extract all of these documents into files.

I know could do this by writing some .NET code, but I only need to do it once.

© Stack Overflow or respective owner

Related posts about sql-server