Hi..
I understand that JobStore feature can be used to store the data in the database but we can't store the jobs details permanently and update the jobs dynamically. (Correct me if I'm wrong).
Now my question is how can I run the multiple jobs from my JOBS_TBL table that will be changing the trigger timing(CRON expression) occasionally and dynamically? Which kinds of methods or ways I should use? By the way, I'm using my own windows service and getting the jobs from database.
Thanks!