Knowledge.ToString()

Month: February 2007

  • Stop DTS Package Execution Conditionally Without Failure

    There is no straight way in DTS to stop the package on a certain condition without having it fail. Suppose in DTS package is suppose to be executed everyday at 8:00AM. This package is looking for a file c:\abc.txt. If the file has not arrived, it should gracefully stop without reporting any error. If the…

    |