Writing to windoes file share using @TIMESTAMP
I am trying to write a file to a windows file share and specified
ReportName@Timestamp in the subscription. I am trying to get it to write ReportNameMMddyyyy but this method writes in the format ReportNameMM_dd_yyyy_ssss
Do you know another way I can acheive the MMddYYYY appended to the end of my files in the windoes file share?
November 8th, 2010 3:27pm
Hi,
The only way to achieve this is to utilize Data Drive subscription, so that you can define the file name as desired. See
http://msdn.microsoft.com/en-us/library/ms169673.aspx on how to create a data-driven subscription.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
November 8th, 2010 10:22pm