Is there a list anywhere that lists all the variables I can use in file names for report subscriptions from within SQL Server Management Studio? I currently use @timestamp
in my file names, but would like to use other options or even remove parts of the time stamp (for example, just use the date, not the time).
views:
50answers:
1
+1
A:
Unfortunately @timestamp
is the only variable available. There are various workarounds for formatting @timestamp
, but nothing that is simple. Here is a thread that explains one (but not the only) workaround:
http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/81f47009-946a-4ebc-be43-7690236e829b
Aaron D
2010-08-16 16:04:07
Thanks for letting us know, and that link is helpful.
kd7iwp
2010-08-27 18:55:42