I am creating Scheduler Jobs for doing Backup via stored procedure and I am in kind of a situation that, the user will be selecting multiple frequencies like
In first case user selects Monthly as frequency of Job.
In second case user selects Weekly as frequency of Job(May be of different day combinations).
In third case user selects Daily as frequency of Job and so on.
So as per now there are 3(may be more as per the user schedules it) frequency for the same job. What's the best way to do this? I've to schedule same job with multiple frequencies or any other better way.
You can create a procedure and based on user's input you can dynamically change the parameters in the following: