views:

50

answers:

1

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).

+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
Thanks for letting us know, and that link is helpful.
kd7iwp