Automating Administrative Tasks (SQL Server Agent)
Microsoft SQL Server allows you to automate administrative tasks. To automate administration, you define predictable administrative tasks and then specify the conditions under which each task occurs. Using automated administration to handle routine tasks and events frees your time to perform other administrative functions.
In This Section
Topic | Description |
---|---|
Contains information that introduces SQL Server Agent and how you can use it. |
|
Contains information about jobs, schedules, alerts, and operators. |
|
Contains information about how SQL Server Agent uses roles, subsystems, and proxies to enforce security for automatic administration. |
|
Contains information about how SQL Server Management Studio and the Maintenance Plan Wizard can be used to automate administration. |
|
Contains information specifically about SQL Server Agent and how to use it to automate administration. |
|
Contains information about implementing SQL Server Agent security. |
|
Contains information about creating, modifying, and viewing SQL Server Agent jobs. |
|
Contains information about what events SQL Server Agent can monitor and how it can respond. |
|
Contains information about using a master server and multiple target servers to automate multiserver administration. |