SQL Server source
Work with file data held inside Microsoft SQL Server databases.
Files out of the database
FileGrabber is a Windows application for exporting files stored inside Microsoft SQL Server databases into usable files.
FileGrabber v1.0.0 is available as a Windows 64-bit ZIP from the official GitHub release.
0x255044462D312E...Binary file dataAbout FileGrabber
Some business applications store PDFs, images and other documents directly in SQL Server. FileGrabber is being built to make exporting that stored data more approachable, without manually copying binary values or writing one-off extraction scripts.
Work with file data held inside Microsoft SQL Server databases.
Handle database values that represent complete files rather than ordinary text.
Export the selected content back into a file that can be opened normally.
First public release
Version 1.0.0 is now available. More information, screenshots and details about supported database structures will be added here later.
Choose the SQL Server database that contains the stored documents.
Find the relevant record and the database value that contains the file.
Save the selected content as a normal file on the computer.