After setting up any sql server, the MSSQL maintenance plan wizard should be run. If at all possible, the wizard should be run locally on the server as some options may not be available, such as "Include first-level subfolders" in the maintenance clean-up task. The maintenance clean-up task should always be included in a plan.
As a minimum, a plan should include;
- weekly full back-up of user databases
- a full back-up of the msdb database (contains dts data)
- a full back up of the master DB
- log shrinking of user databases
- a maintenance clean-up task to remove back-up older than 4 weeks
- archives should be stored on off-line or disk to disk backup systems
|