09williamsad / SQLBlobToJPG

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PLpgSQL 100.0%