We have an Sql Server
Job which runs for an entire season. The end date of the season may be change this year. I need to integrate this change in Job
Schedule. Is there any way to determine start-date
and end-date
the Job
dynamically?i.e passing them as parameters to sql-server
job.
How to achieve this?
thanks for the help