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).
相关问题
- keeping one connection to DB or opening closing pe
- Quickest method for matching nested XML data again
- Differences between SSRS 2005 and 2008
- What are IN and OUT parameter in SQL Server
- How to migrate a database from SQL Server 2005 to
相关文章
- Convert column to string in SQL Select
- SQL Server Reporting Services - Set default value
- Why not “Invalid column name XYZ” error in subquer
- Create @TableVariable based on an existing databas
- Convert bit type to Yes or No by query Sql Server
- Best Isolation Level to avoid deadlocks using an U
- How can i use pivot?
- Update and insert to one table from another
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-7690236e829bIn case that link goes away, here were the recommendations: