Search
  Home
  Articles
  Backup
  Books
  Certification
  FAQ
  Products
  Replication
  Scripts
  Seminars
  Training
  TSQL

MSDN Fourms
Philippine SSUG

  Resume

MHS Enterprises
FilAm Software
AcrylicAcetate.com
Bargain Humidors
Western Humidor



SQL Server Agent 1 2 3 4 5 6 7 8 9

Chapter 13

The SQL Server Agent

The SQL Server Agent is your hands off, automated work horse. The SQL Server Agent can handle all of your recurring processing, notify operators, provide hands off monitoring of your server, and manage replication. It can also be integrated with SQL Mail to provide a very powerful notification subsystem as well as self contained applications such as e-mail notification of orders and simple report server functions.

There are three functional areas to the SQL Agent:

  1. Operators - These are the people/computers/pagers that receive notifications of job status and alert threshholds being exceeded.
  2. Jobs - These are your recurring processes and possibly some error handling or management processes as well.
  3. Alerts - One of the most overlooked features. Alerts monitor your system and notify your or run processes when certain environmental threshholds are exceeded.

To get the full benefit of the SQL Server Agent, you should have SQL Mail configured and running. If you don't, stop now and refer to chapter xxx for setting up and configuring SQL Mail

SQL Server Agent Configuration

As with every feature you will use in SQL Server 7.0, the SQL Server Agent requires a small amount of configuration to perform at peak efficiency. All of the configuration options can be accessed by opening the Management item under your server within Enterprise Manager. Right click on the SQL Server Agent and select Properties from the pop up menu.

Note: For the screen shots below, I am using a Windows 98 machine so some of the options may appear differently on your system.

sqlagent1.gif (9853 bytes)

General properties.

 

SQL Server Agent 1 2 3 4 5 6 7 8 9

Michael R. Hotek

All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.