Triggering a Job

  • Is there a simple way to start a job when a file shows up?

     

    Steve

  • You have to setup a job that checks periodically for the file arrival, then you can have that job start a dts package.

  • The other option available if you have .Net Skills is to write a Windows service that uses the FilesystemWatch event and then initiates a DTSrun with the filename

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

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