I have a situation where I need to move some huge data using a timer job. But I can't do this using OneTimeSchedule as it may impact the performance of my sharepoint application during the peak hours.
I want to make it run for maximum of 5 hours a day starting at 20:00 everyday.
What is the best way?