Hello, I am trying to figure out a way to monitor a folder that a batch process drops text files into. In the name of the text file is a number after the first three letters and I then want a way to query a sql table to check if it got entered. Is that possible, so for each new file, wait a few seconds, then query SQL and if it doesn't match, then create alert?
Thanks!
Add comment