|   | ![]() |
|
SQL Server Agent 1 2 3 4 5 6 7 8 9 JobsJobs are for the automated processing you wish to perform. With this version of SQL Server, this has been significantly enhanced. Each job can contain multiple steps which are discrete units of processing. Each of these steps can have success and failure dependencies that allow you to redirect the flow of a job. Finally, multiple schedules can be created for each of the jobs. Creating a Job The steps to creating a job are as follows:
Creating a new job. This job was created with a category of Data Loads. This is a custom category that was added by right clicking on the Jobs item and selecting All Tasks | Manage Job Categories item. You should be as descriptive as possible with the name as well as the optional description for documentation purposes. You should also create your own job categories to add in grouping each of your jobs together.
|
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.