Using Hashes To Check If A File Changed

  • I have to deal with some Photo files.

    Using SSIS, I have to pick only the modified/new files. I cannot use the date modified to identify new files as I will get a full set of files daily.

    Oneway - I can Hash each file and store them with the file name in my database. Then each day recalculate the hash value to identify if the file has changed since the last time.

    How I can hash these files in SSIS and check if a file has changed. Or if you have some other suggestions. Please help.

    PS: FileNames and extension would be same every time.

    ____________________________________________________________

    AP

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply