SQL Server Agent
From HandWiki
Revision as of 18:47, 4 November 2020 by imported>John Marlo (fixing)
SQL Server Agent is a component of Microsoft SQL Server which schedules jobs and handles other automated tasks.[1] It runs as a Windows service so it can start automatically when the system boots or it can be started manually.
Typical system tasks performed include scheduling maintenance plans (such as backups), handling Reporting Services subscriptions and performing log shipping sub-tasks (backup, copy, restore & check). User tasks, such as scheduling some T-SQL or command line statement are also common.
SQLAgent has support for operators and alerts, so that administrators can be notified, e.g. by email.
References
Original source: https://en.wikipedia.org/wiki/SQL Server Agent.
Read more |