목차

Lesson 1: Automating Administrative Tasks in SQL Server 2005

Benefits of Automation

What Is the Maintenance Plan Wizard

What Is SQL Server Agent

Lesson 2: Configuring SQL Server Agent

Considerations for SQL Server Agent Configuration

Options for SQL Server Agent Mail

Lesson 3: Creating Jobs and Operators

What Is a Job?

What Are Operators?

How to Create Job Steps

                                         +-----------------+
Job step 1: Back up                  Yes |                 |
Database (Transact-SQL) ---> Fail?  ---->|+---------------+|
                              |No        ||    Write to   ||
Job step 2: Transfer Data  <--+          ||  Application  ||
       (CmdExec)                         ||      Log      ||
           |                         Yes |+---------------+|
           +---------------> Fail?  ---->|                 |
                              |No        |+---------------+|
Job step 3: Custom         <--+          ||               ||
Application (ActiveX Script)             ||Notify operator||
           |                         Yes ||               ||
           +---------------> Fail?  ---->|+---------------+|
                              |No        |                 |
                              |          +-----------------+
           Notify operator <--+          

What Is the Job Activity Monitor?

Lesson 4: Creating Alerts

What Is an Alert?

How to Create an Alert

Lesson 5: Managing Multiple Servers

What Are Master and Target Servers?

Considerations for Multi-Server Jobs

What Is Event Forwarding?

Lesson 6: Managing SQL Server Agent Security

What Are SQL Server Agent Roles?

What Are SQL Server Agent Proxies?