Greetings,
Could you suggest,
The task is to have a service/application running on the server, which would copy data from SQL server and insert it to HFSQL server. I had a project where I just had application and it is really nice and easy. But each time server restarts, windows account is not logged in and application is not running.
I thought I need to try to run similar code in windows service, but found topics where developers gets mystic stuff with service.
How do you deal with situations when you need a service to regularly copy the data ?
Could you please share some pictures or code on how you service is working ? Something simple preferably.
What is your opinion about windev services, how reliable it is ?
How do you start your procedure periodically ?
(I would like to define time like each 10mins execute procedure)
Is it correct way doing it ? (seems this part is running each millisecond)

Thanks in advance !