View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 07:48 AM
Simon Hayes
 
Posts: n/a
Default Re: Loading Flat File using DTS

You could put in an ActiveX step to check if the file is there - if it
is, the package continues, if not, then it returns, quits, logs an
error or anything else you want it to do. This article might be useful:

http://www.sqldts.com/default.aspx?292

Simon

Reply With Quote