|
|
|
|
How to add a scheduled task? Back
Before add a scheduled task , you need to confirm the "Task scheduler" service started . You can check this service status by clicking Start->Setting->Control Panel->Administrative Tools->Services.

If the service started ,you can click the 'Schedule' button in SQL Server Backup window .
As a demo ,following steps show how to make the backup scheduler :
1 . you can create 2 new backup jobs ,one is full backup job , another is the differentail backup

2 . select the full job and click the "Schedule" button to make a weekly full backup job , we do a full backup on Sunday.
3 . select the differentail backup to and click the "Schedule" button to make another weekly backup sechduler , we do the differentail backup every day except the Sunday .
4 . Please note that ,you should run the full backup job once at least before a differential backup job .
BTW : You need keep the current logon have the "Backup" privilege. You can check this by clicking Start->setting->control panel->Administrative Tools->Computer Management.
|
|
|