An open API service indexing awesome lists of open source software.

https://github.com/eat-sleep-code/windows.binary.data.extractor

The Binary Data Extractor is a Windows desktop utility that can extract files that have been stored in a Microsoft SQL database as Binary Large Object (BLOB).
https://github.com/eat-sleep-code/windows.binary.data.extractor

Last synced: about 2 months ago
JSON representation

The Binary Data Extractor is a Windows desktop utility that can extract files that have been stored in a Microsoft SQL database as Binary Large Object (BLOB).

Awesome Lists containing this project

README

          

# windows.binary.data.extractor
The Binary Data Extractor is a Windows desktop utility that can extract files that have been stored in a Microsoft SQL database as Binary Large Object (BLOB).

This can be very helpful if you are migrating your files from a custom or legacy application to a system like Documentum, SharePoint, or SiteCore.

Your SQL query must include 'FileName' and 'FileData' as the two column names. As you can see in the screenshot below, you can attach meaningful data to the file name just include.

![alt tag](https://eat-sleep-code.com/assets/images/screenshots/binary-data-extractor.png)