7 Dec
2012
7 Dec
'12
5:53 p.m.
I am recovering lost dataset files from the file system and I need to verify number of recovered files with corresponding dataset records count in the database. Should number of dataset files on the file system match count obtained using following query? $ select count(*) from dataset where deleted='f'; Appreciate any help on further improving this check. -- Thanks, Shantanu