RECOMMENDED BACKUP STRATEGY FOR SQL SERVER
The purpose of creating SQL Server backups is to minimize the loss of data in a damaged database. In accordance with the Microsoft recommendations (MS191239 SQL.90), we recommend the following:
- All databases should be setup using the Full Recovery model (Please see Full Recovery Model).
- A database maintenance plan should be created and scheduled to run nightly after the close of business or during the least amount of database activity (See Microsoft Library. The maintenance plan should include a Full database backup, check database integrity, shrink database, rebuild index, update statistics, clean up history and maintenance cleanup task. Ideally, this backup will be saved onto a different computer via a mapped drive, onto tape or some other media.
- Another database maintenance plan should be created and scheduled to run daily during the middle of your business day. This plan should include a differential backup, clean up history and maintenance cleanup task. Ideally, this backup will be saved onto a different computer via a mapped drive, onto tape or some other media.
- Finally, another database maintenance plan should be created to run frequently during the business day. The frequency should be based on the average number of transactions per day. The higher the volume, the more frequently it should be scheduled. Note that this plan only needs to occur during the business day and at times that the previous two plans are not running. This plan should include a transaction log backup, clean up history and maintenance cleanup task. Ideally, this backup will be saved onto a different computer via a mapped drive, onto tape or some other media.
Related Articles
SERVER MIGRATION/UPGRADE
A. General This document describes the best practices for moving Scrap Dragon Classic, Scrap Dragon Xtreme, JPEGger and EZCash to a new server. The goal is to move all of the software programs, configurations and data from the old server to the new ...
SQL SERVER MAINTENANCE PLAN INSTRUCTIONS
Attached you will find print screens illustrating how to create maintenance plans in SQL Server 2005 AND SQL Server 2008.
SQL SERVER 2008 INSTALLATION
Attached you will find print screens of a typical SQL Server 2008 Installation with all the features to run EZCash and/or JPEGger.
INSTALLING MICROSOFT SQL SERVER 2008
Attached you will find SQL2008Install.bat and SQL2008Install.ini which contain the minimum options necessary for JPEGger and/or EZCash to run correctly. More options may be added at your discretion. Before installation, customization for the system’s ...
SQL SERVER 2008 SERVICE PACK INSTALLATION INSTRUCTIONS
Attached you will find print screens detailing how to install the latest Service Pack for SQL Server.