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

Popular posts from this blog

Javascript line number mapping -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -