Skip to content

Simple SQL procedure for batch converting base 64 blob images in a microsoft SQL database to JPG

Notifications You must be signed in to change notification settings

09williamsad/SQLBlobToJPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SQLBlobToJPG

Simple SQL procedure for batch converting base 64 blob images in a microsoft SQL database to JPG.

Gets the blob base 64 strings using an SQL query then creates a temporary table to store them in for conversion. Exports JPGs to the specified location on the server using BCP.

About

Simple SQL procedure for batch converting base 64 blob images in a microsoft SQL database to JPG

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published