Variables to input in file name for Reporting Services subscriptions
Posted
by kd7iwp
on Stack Overflow
See other posts from Stack Overflow
or by kd7iwp
Published on 2010-06-14T17:39:16Z
Indexed on
2010/06/14
17:42 UTC
Read the original article
Hit count: 211
sql-server-2005
|ssrs-2005
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).
© Stack Overflow or respective owner