SQL Backup and Restore

A DBA's tasks, from day-to-day, are rarely constant; with one exception: the need to ensure each and every day that any database in their charge can be restored and recovered, in the event of error of disaster. In this book, you'll discover how to perform each of these backup and restore operations using SQL Server Management Studio (SSMS), basic T-SQL scripts and Red Gate's SQL Backup tool.

1466-SQL-Server-Backup-and-Restore_COVER

Free eBook download
Buy the printed book: US $29.99 | UK £19.99

The ability to ensure each and every day that any database in their charge can be restored and recovered, in the event of error of disaster, can mean the mean the difference between life or death for a business, and for the career of a DBA. This, in essence, is the critical importance of database backup and restore” – Shawn McGehee.

SQL Server Backup and Restore

By Shawn McGehee; 10-chapter, 300 page eBook plus paperback

Sign up for eBook updates

Email address:

Simple-talk will not share this email address with external parties, under any circumstances, and we’ll only use it to send emails directly related to this book (unless you used the same address to register for another of our newsletters).

Table of Contents

  • Ch01: Basics of Backup and Restore
  • Ch02: Planning, Storage and Documentation
  • Ch03: Full Database Backups
  • Ch04: Restoring from Full Backups
  • Ch05: Log Backups
  • Ch06: Log Restores
  • Ch07: Differential Backup and Restore
  • Ch08: Backup and Restore with SQL Backup
  • Ch09: File Backup and Restore
  • Ch10: Partial Backup and Restore

About the Book

The duties and responsibilitie:s of a Database Administrator (DBA) make for long and dynamically changing list, ranging from offering query tuning advice, to cutting stored procedures, all the way through to system process design and implementation for high availability. A DBA’s tasks, from day-to-day, are rarely constant; with one exception: the need to ensure each and every day that any database in their charge can be restored and recovered, in the event of error of disaster. This means that if a database, for whatever reason, gets corrupted, dropped, or otherwise becomes unusable, then it is the DBA’s responsibility to restore that database to the state it was in before the problem occurred, or as close as is possible.

Of course, this doesn’t mean that a DBA is required to restore a database each and every day, just that if disaster does strike the DBA must be prepared to deal with it, regardless of when or why it occurs. If a DBA isn’t prepared, and significant data is lost, or databases become unavailable to end users for long periods of time, then that DBA probably won’t be in their job for too long. This is why a good, and tested, SQL Server backup and restore plan must be on the top of every administrative DBA’s list of tasks.

In this book, you’ll discover how to perform each of these backup and restore operations using SQL Server Management Studio (SSMS), basic T-SQL scripts and Red Gate’s SQL Backup tool. Capturing backups using SSMS or simple scripts is perfectly fine for one-off backup operations, but any backups that form part of the recovery strategy for any given database must be automated and you’ll also want to build in some checks that, for example, alert the responsible DBA immediately if a problem arises. The tool of choice in this book for backup automation is Red Gate SQL Backup. Building your own automated solution will take a lot of work, but we do offer some advice on possible options, such as PowerShell scripting, T-SQL scripts and SQL Server Agent jobs.