The scenario is: I have a C# .Net ASP 2.0 application and it is a executable file, when this executable file runs it generate a XML file. I have to send this XML file to a ftp site every hour. How can I do this?
What I was thinking is to create a DTS package in SQL Server 2000 that has a script to do this? Is that the right way to do? If it is how can I create this script, because I don't have any experience with scripts.
Start Free Trial