How to create a job (Enterprise Manager)
To create a job
- Expand a server group, and then expand a server.
- Expand Management, and then expand SQL Server Agent.
- Right-click Jobs, and then click New Job.
- In the Name box, enter a name for the job.
- Clear the Enabled check box if you do not want the job to be run immediately following its creation. For example, if you want to test a job before it is scheduled to run, disable the job.
- Under Source, do one of the following:
- In the Change Job Target Servers dialog box, on the Available Servers tab, click a server, and then click the right arrow to move the server to the Selected target servers list.
- Click OK to return to the New Job Properties dialog box.
- In the Owner list, select a user to be the owner of the job.
- In the Description box, enter a description of what the job does. The maximum number of characters is 512.
Important Each job must have at least one step. A step must be created with the job before the job can be saved. For more information, see Creating Job Steps.