Export SQL Binary/BLOB Data?

Posted by davemackey on Stack Overflow See other posts from Stack Overflow or by davemackey
Published on 2010-06-02T15:02:02Z Indexed on 2010/06/02 15:03 UTC
Read the original article Hit count: 133

Filed under:
|
|

Recently a software application we utilize upgraded from ASP to ASP.NET. In the process they abandoned the old web-based product and rewrote the entire UI, using new DB tables. The old DB tables still exist in the database and contain legacy files in binary or blob formats. I'm wondering if there is an easy way to export all these legacy files from the database to the filesystem (NTFS)? Then we could delete these old unused tables and save a few GB of space in the DB backups, etc.

© Stack Overflow or respective owner

Related posts about database

Related posts about export