Is there a way to have the [DATE] function in DTSRun to only give me the month?
I need to have the [DATE] function in DTSRun to give me the the month only.
What I have is this:
DTSRun /S [SRVR] /E /N "_Common_FTPUtility" /A INIServer:8:S[SRVR] /A ReportName:8:="Exception_R
eport" /A SourceFileName:8:="Excepti
on_Report.
xls" /A DestFileName:8:="Exception
_Report_[D
ATE].xls"
And this will give me: Exception_Report_20080125.
xls
What I want is: Exception_Report_01.xls
thanks.
Start Free Trial