We use a closed online record system which allows the upload of CSV files into the database as Image BLOBs. These are used by the system to do various jobs.
I am trying to find a way to upload a CSV then access the corresponding BLOB from the datatable for my own reports using OpenRowset or similar, and export the CSV data into a temporary table.
I have no idea where to start with this. I have tried playing with OpenRowset but failed.
Any tips would be gratefully received.