sql - Find missing sequential files -


i trying missing filenames pc contains tv episode summary files.

there on 200 (tv shows) directories , each show has subfolders each season , each season subfolder contains spererate file each episode. ex.:

g:\tv_shows\the blacklist\02\the.blacklist.season02episode05.properties 

is possible using sql , batch file in each directory , find max episode number , output episode under number not found?
know not foolproof , if max. episode missing not correct think acceptable risk.

any appreciated.

no, sql isn't going find missing files, unless have information in sql database.

if have list of filenames in flat file, load sql database table.

and write sql query against table. string manipulation not forte of sql.


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -