update dbo.scheduled_tasks set schedule = '0 hh * * *' where task = 'DailyPruneTask
This query will push back the Daily Prune Task by 2 hours update dbo.scheduled_tasks set schedule = '0 22 * * *' where task = 'DailyPruneTask