windows - Delete a list of files from SQL Server table -
i have sql server table list of file paths files need delete windows system, there way can accomplish using batch file in command prompt or software me this?? appreciate help.
you write select statement create commands you, run command line:
e.g.
select 'del /q ' + file_name your_table;
save output results file, can run command line.
Comments
Post a Comment