Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, October 19, 2017

Stairway to SQL Server Agent - Level 2: Job Steps and Subsystems

SQLServerCentral.com Articles
Stairway to SQL Server Agent - Level 2: Job Steps and Subsystems

SQL Server Agent jobs are made up of a series of one or more Job Steps. A job step is assigned to a specific job subsystem, which identifies the kind of work the job step is going to perform. Each job step runs in a separate security context, although each job also has an owner that determines who can modify the job.

No comments: