Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 DTS export to remote location?

Author  Topic 

sgadmin
Starting Member

8 Posts

Posted - 2007-08-21 : 14:02:32
Hi,

I have a DTS package that successfully writes a CSV file to a mapped drive within our network using an activex script to append the date to the file name. I now have to write the file to an https location using a secure user name and password. I really want to do it as part of the package so that it can remain automated.

Has anyone successfully done this through SQL? Thanks!

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-08-21 : 23:14:04
Do you mean copy file to remote location? You can run dos command with master..xp_cmdshell.
Go to Top of Page
   

- Advertisement -