标签: sql-server reporting-services
SQL Server Reporting Services在ReportServer数据库中有一个表[dbo].[RunningJobs],其中存储了当前正在运行的作业/报表执行。在表[dbo].[ExecutionLogStorage]中,已存储已完成的作业,但信息比[dbo].[RunningJobs]中的参数更多。那么如何获取当前运行的SSRS作业的参数呢?
[dbo].[RunningJobs]
[dbo].[ExecutionLogStorage]