SQL Server Agent
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "SQL Server Agent" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|SQL Server Agent|concern=Fails [[WP:NSOFT]]}} ~~~~ Timestamp: 20250328222531 22:25, 28 March 2025 (UTC) Administrators: delete |
This article needs additional citations for verification. (July 2014) |
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