USE ReportServer
select * from ExecutionLog3 order by TimeStart DESC
GO
UPDATE ConfigurationInfo
SET Value = '365'
WHERE Name = 'ExecutionLogDaysKept'