70-450 · Question #142
SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs. SQL Server Agent uses SQL Server to store job information. Jobs contain one or…
The correct answer is A. All of these. SQL Server Agent can run a job on a schedule, in response to a specific event, or on demand. For example, if you want to back up all the company servers every weekday after hours, you can automate this task
Question
SQL Server Agent is a Microsoft Windows service that executes scheduled administrative tasks, which are called jobs. SQL Server Agent uses SQL Server to store job information. Jobs contain one or more job steps. Which of the following is a component of SQL Server Agent?
Options
- AAll of these
- BJobs ?work to be done
- CSchedules ?when job is executed
- DAlerts ?notification when event occurs
How the community answered
(34 responses)- A74% (25)
- B3% (1)
- C6% (2)
- D18% (6)
Explanation
SQL Server Agent can run a job on a schedule, in response to a specific event, or on demand. For example, if you want to back up all the company servers every weekday after hours, you can automate this task
Topics
Community Discussion
No community discussion yet for this question.