I have a scheduled task with a .bat file that downloads some files from a web server every day by the morning then process the data and UPDATES a database. Then it triggers another .bat file to SELECT …
Tag: batch-file
Bat File to Delete sql database
I am able to delete files/folders through the bat file fine, the problem comes when i need to delete old mdf and ldf files. I get access denied error message. Is there a way to overcome this in the …