Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Do I've to backup system databases?

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Do I've to backup [master] and [msdb] to be safety in case of the server is corrupted or any of the user databases is damaged?.

Is it enough only to backing up all user databases or I've to backup system databases also?

If yes, what kind of bakcup recommended to use with [master] and [msdb](Full,Differential or Transaction) ?weekly,monthly or daily ?

Any help would be much appreciated.
 
Backups of the master and msdb system databases are critical. They contain all the information about your SQL Server configuration, security, backup history, jobs, DTS packages, and more. This is data you cannot afford to lose.

We do a full backup daily. Others may do more frequent backups depending on needs. It is important to develop a backup and recovery strategy based on the needs of your organization, the frequency of updates, the importance of the data, etc. The following resources will help you develop a backup and recovery strategy.

Read Backing Up and Restoring Databases in SQL BOL.

Backing Up and Restoring System Databases

Neil Boyle has created the online "Impetus DBA Handbook." It contains sections covering various aspects of backing up SQL Server databases.

Check out these articles by other authors and SQL Server users.

Creating a "Complete" Backup Solution

Backup strategies

Restoring databases

Speed database recovery with differential backups
Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Hi Mona ..

Normally, the Master database is small. You can just back it up to disk on daily basis and move the backup files through network to another server or to tape...

Good luck

Salim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top