We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ec36c commit 0cb53bbCopy full SHA for 0cb53bb
SSRS.Report_Execution.sql
@@ -1,7 +1,7 @@
1
-/*'------------------------------------------------------------------------------------------------------------------
+/*'--------------------------------------------------------------------------------------
2
| Purpose: To search the reporting services execution log
3
| Note: SQLCmdMode Script
4
-'--------------------------------------------------------------------------------------------------------------------
+'----------------------------------------------------------------------------------------
5
*/
6
7
DECLARE @LogStatus AS VARCHAR(50)
@@ -108,4 +108,4 @@ WHERE
108
AND ('<ALL>' IN(@UserName) OR el.SimpleUserName IN(@UserName))
109
AND ('<ALL>' IN(@LogStatus) OR el.[Status] IN(@LogStatus))
110
AND ('<ALL>' IN(@ReportFolder) OR c.ReportFolder IN(@ReportFolder))
111
- AND ('<ALL>' IN(@ReportName) OR c.Name IN(@ReportName))
+ AND ('<ALL>' IN(@ReportName) OR c.Name IN(@ReportName))
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments