SP triggered by local file update

  • HI All,

    I have a ques I think will be very easy for most; I have an integration with another system that updates a file placed on the the local SQL server machine. I want to know what the best way to trigger the SP I have on that server, once the file is updated. I just don't know how to tell When that file is updated.

    Thanks,

    Mark

  • Probably best option would be a .Net File Watcher service.

    Within SQL you could setup a little VBScript to run in a SQL Agent job to check the Date Modified of the file.

    --------------------
    Colt 45 - the original point and click interface

Viewing 2 posts - 1 through 2 (of 2 total)

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