This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "SQL Server Agent" – news · newspapers · books · scholar · JSTOR (July 2014) (Learn how and when to remove this message) |
SQL Server Agent is a component of Microsoft SQL Server which schedules jobs and handles other automated tasks. 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
This article about software created, produced or developed by Microsoft is a stub. You can help Misplaced Pages by expanding it. |
This database software-related article is a stub. You can help Misplaced Pages by expanding it. |