用于在 Reporting Services 订阅的文件名中输入的变量
是否有一个列表列出了我可以在 SQL Server Management Studio 中的报表订阅的文件名中使用的所有变量?我目前在文件名中使用 @timestamp
,但想使用其他选项,甚至删除部分时间戳(例如,仅使用日期,而不是时间)。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,
@timestamp
是唯一可用的变量。格式化@timestamp有多种解决方法,但没有什么是简单的。这是一个解释一个(但不是唯一)解决方法的线程:http://social. msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/81f47009-946a-4ebc-be43-7690236e829b
如果该链接消失,建议如下:
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
In case that link goes away, here were the recommendations: