I have a table that I created and an app that allows me to upload files into the table, storing the docs in an image column and the filename in a varchar.
I'd like to be able to grab all the docs out of here and put them into a file system instead. Is there a fast way of doing this in SQL, or do I need to write code to download each file?