We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31b2f2 commit 9cb4e4aCopy full SHA for 9cb4e4a
Miscellaneous/Scripts/SQL/Report_Snapshots.sql
@@ -12,7 +12,7 @@ BEGIN
12
--EXEC [admin].[report_snapshots] @ReportName = NULL, @ReportFormat = 'PDF' --all snapshots for every report
13
14
SELECT
15
- [ReportName] = c.[Name]
+ [ReportName] = [c].[Name]
16
, [SnaphsotDate] = FORMAT([h].[snapshotdate], 'dd-MMM-yyyy')
17
, [FileName] = FORMAT([h].[snapshotdate], 'yyyyMMdd')
18
, [Url_Download] = 'http://' + @@SERVERNAME + '/ReportServer/Pages/ReportViewer.aspx?' + [c].[path] + '&rs:Command=Render&rs:Format=' + @ReportFormat + '&rs:Snapshot=' + FORMAT([h].[snapshotdate], 'yyyy-MM-ddTHH:mm:ss')
0 commit comments