This is regarding Microsoft SSRS ReportServer DB. Everyday at 2.00am there is a job/mechanism which executes the procedure-ExpireExecutionLogEntries in the ReportServer db. As an output of the query:
select * from ConfigurationInfo
There is a config ExecutionLogDaysKept. By default it's set up to 60 days. As a workaround it's possible to change the config to -1 in order to disable the cleaning up the executionLog table. BUT how to change the start time (2.00am) of running the procedure/mechanism/job?
