Task Scheduling Interface

SQL Enterprise Manager contains the following changes to the task scheduling interface:

Parameter Represents
[SVR] Server name
[DBN] Database name
[ERR] Error number
[SEV] Severity level
[MSG] Message text

For example, five servers forward their events to a master "alert management" server. Each event causes an alert to fire and the user has associated a task with each alert. In response to the five alerts, the master server will run a user-defined task for each alert. The task could be defined to log back into the forwarding server, to use the database that caused the initial alert, and to address the problem. To do this, define the task command as:

isql /Usa /p /sairedale /daccounts /Q "sp_fixit"
  

For more information, see the Microsoft SQL Server Administrator's Companion.

When using the task scheduling interface, note the following: