Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Properties Task, FTP and xp_sendmail

Status
Not open for further replies.

ChrisDodgson

Technical User
Sep 8, 2003
18
GB
Hi,

I have got a DTS package that exports the results of some SPs to an Excel workbook on a daily basis, because it's a daily job, I've set up a dynamic properties task (to be the first thing that happens in the DTS) and this datestamps the name of the Excel spreadsheet to something like:
\\myserver\myfolder\myworkbook 20051031.xls

However... I've now been asked to set up an FTP that puts this workbook into a second location on a different server, and then to email out a copy to some remote sites that don't have access to our servers.

My problem is that the FTP task looks for a static filename, whereas mine changes on a day to day basis, and, as I understand it, xp_sendmail does the same thing. I have no understanding of VB and am a bit of a dunce, so please use words of one syllable where possible...

Thanks,

Chris [nosmiley]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top