|
12 | 12 | The "One Day a week here should be a different day of the week
|
13 | 13 |
|
14 | 14 | User databases:
|
15 |
| - •Full backup one day per week * If using differentials otherwise daily |
16 |
| - •Differential backup all other days of the week * If required - otherwise don't schedule |
| 15 | + •Full backup one day per week Sunday 00:16 * If using differentials otherwise daily |
| 16 | + •Differential backup all other days of the week 00:16 * If required - otherwise don't schedule |
17 | 17 | •Transaction log backup every hour
|
18 |
| - •Integrity check one day per week |
| 18 | + •Integrity check one day per week 20:16 on a Friday |
19 | 19 | •Index maintenance one day per week
|
20 | 20 |
|
21 | 21 | System databases:
|
22 |
| - •Full backup every day |
23 |
| - •Integrity check one day per week |
| 22 | + •Full backup every day 23:46 |
| 23 | + •Integrity check one day per week 23:16 on a Friday |
24 | 24 |
|
25 | 25 | I recommend that you run a full backup after the index maintenance. The following differential backups will then be small. I also recommend that you perform the full backup after the integrity check. Then you know that the integrity of the backup is okay.
|
26 | 26 |
|
27 | 27 |
|
28 | 28 | The one day of a week here can be the same day of the week
|
29 | 29 |
|
30 | 30 | Cleanup:
|
31 |
| - •sp_delete_backuphistory one day per week |
32 |
| - •sp_purge_jobhistory one day per week |
33 |
| - •CommandLog cleanup one day per week |
34 |
| - •Output file cleanup one day per week |
| 31 | + •sp_delete_backuphistory one day per week 19:16 on a Sunday |
| 32 | + •sp_purge_jobhistory one day per week 19:16 on a Sunday |
| 33 | + •CommandLog cleanup one day per week 19:16 on a Sunday |
| 34 | + •Output file cleanup one day per week 19:16 on a Sunday |
35 | 35 |
|
36 | 36 | .PARAMETER
|
37 | 37 | Server
|
|
42 | 42 |
|
43 | 43 | .NOTES
|
44 | 44 | Obviously requires Ola Hallengrens Maintnance Solution script to have been run first and only schedules the default jobs
|
45 |
| -
|
| 45 | + https://ola.hallengren.com/ |
46 | 46 | AUTHOR: Rob Sewell sqldbawithabeard.com
|
47 | 47 | DATE: 1/05/2015 - Initial
|
48 | 48 | #>
|
|
0 commit comments