Basics of SQL Server Job Scheduling
To create and attach a schedule to a job 1. In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that instance. 2. Expand SQL Server Agent , expand Jobs , right-click the job you want to schedule, and click Properties . 3. Select the Schedules page, and then click New . 4. In the Name box, type a name for the new schedule. 5. Clear the Enabled check box if you do not want the schedule to take effect immediately following its creation. 6. For Schedule Type , select one of the following: · Click Start automatically when SQL Server Agent starts to start the job when the SQL Server Agent service is started. · Click Start whenever the CPUs become idle to start the job when the CPUs reach an idle condition. · ...