c# - What's the best way to implement a scheduled job using a windows service -
I have a database job that runs occasionally during the night and I regularly use databases to do some more work A window service is required to choose SQL Server is done after the job. I am looking for a solid example for writing a scheduler which can fail unlimitedly without crashing the service. Take a look at
Comments
Post a Comment