Contents 

Express Agent (Job Builder) Online Help

Prev Page Next Page

Creating Jobs

A job is a specified series of operations performed sequentially by an SQL Server Agent service located on the server. A single job can perform a series of tasks including running Transact-SQL scripts and command line applications. Jobs can be created to run tasks that are often repeated or schedulable, and they can automatically notify users of job status by email.

How to create a job

To create a job

  1. Right-click the jobs list and click New... or click the New toolbar icon .
     
  2. In the Name box, enter a name for the job.
     
  3. Clear the Enabled check box if you do not want the job to be runnable immediately following its creation. For example, if you want to test a job before it is scheduled to run, disable the job.
     
  4. In the Description box, enter a description of what the job does. The maximum number of characters is 512.
     
  5. Select a Category for the job. Click the Browse button (...) to setup your own job categories.
     
  6. Add at least one Job Step. Click here for more information.
     
  7. Optionally create a Job Schedule.
     
  8. Set any Notifications (email or event log) as required.
     
  9. Click OK to save your job.

 

 

www.valesoftware.com