melbert2002
MIS
- Jul 16, 2004
- 153
Hello all,
I have two servers here, one is the SQL Server and the other is an FTP server. The task that I have is to create a DTS package and export a bunch of data to a CSV. Here is the trick. I need to export the data to a directory on the FTP server, everytime I try and create a job, the initial job will run correctly, dumping the csv to the ftp server on a mapped drive (N, but when the job is scheduled it will not run. I get an error that says it can not find the drive.
The second question I have is what can I do to get a Date Time Stamp to be placed on the end of the file name to look something like this: DTS_031005.csv This way I can keep a listing of every daily result.
I have two servers here, one is the SQL Server and the other is an FTP server. The task that I have is to create a DTS package and export a bunch of data to a CSV. Here is the trick. I need to export the data to a directory on the FTP server, everytime I try and create a job, the initial job will run correctly, dumping the csv to the ftp server on a mapped drive (N, but when the job is scheduled it will not run. I get an error that says it can not find the drive.
The second question I have is what can I do to get a Date Time Stamp to be placed on the end of the file name to look something like this: DTS_031005.csv This way I can keep a listing of every daily result.