I have a C# programm currently implemented as a Windows Forms application. It can easily be rewritten to a console application.
This application fetches data from a certain source and writes it to SQL tables. I also have a machine with Windows Server 2008 R2 on it.
I wonder would it be possible to somehow deploy my application on the abovementioned machine in a way that would trigger the execution of my programm on a certain weekday at a certain time, every week?