I want to move specific image files, which or listed in a SQLServer Table from a Folder to a new folder on my computer.
(I have a .aspx page that will do this using SQLserver 2005, but I cannnot make it work in 2014. It does not give an error it just does not move the files.)
Before getting into the .aspx page, I thought I would see if it can be done using a sql Query which I have 0 expersise in.
The Table is pict, the column is p. I want to move the listed files from E:\imagefiles\ to E:\imagefilies\currentimages
Can someone help me with this query please?