An agent runs every 300 seconds. You have been asked to update the agent so that it runs every Friday at 12:00 A.M.
How do you modify the agent schedule to meet this requirement?
An agent runs every 300 seconds. You have been asked to update the agent so that it runs every Friday at 12:00 A.M.
How do you modify the agent schedule to meet this requirement?
To schedule an agent to run every Friday at 12:00 A.M., you need a recurring pattern, not a periodic one, since periodic intervals are typically defined by a fixed number of seconds, minutes or hours rather than specific days and times. Changing the pattern to Recurring and updating the schedule in the Parameters dialog allows you to specify the exact day and time, fulfilling the requirement.
Wrong answer