View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 06:57 PM
Pacchy
 
Posts: n/a
Default DTS run from .NET

My dts package has to pick up a file which is in a mapped drive of the
sql server... (system1)...
when I run it from code the execution ends up in an error... but if I
have the drive mapped (drive where I have the source file) onto the
web server (system2) the execution goes through fine.. I donot want to
have the drive mapped onto the web server.. how can I do this..
Reply With Quote