Buy Used
Used - Good See details
$11.11 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
SQL Server Backup and Recovery: Tools and Techniques
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

SQL Server Backup and Recovery: Tools and Techniques [Paperback]

Frank McBath (Author)
4.4 out of 5 stars  See all reviews (5 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0130622982 978-0130622983 December 3, 2001 1st
Written by a Microsoft insider who specializes in SQL Server enterprise deployments, SQL Server Backup and Recovery is the first comprehensive guide to protecting and restoring SQL Server databases. Organized to serve as both a hands-on tutorial and a long-term reference, it contains in-depth coverage of both SQL Server 2000 and 7.x -- as well as up-to-the-minute guidance on using Windows XP backup and recovery tools with SQL Server databases. Coverage includes: SQL Server architecture, fundamental backup and recovery principles, tools and scenarios, and SQL Server diagnostic tools. The book includes extensive sample code and scripts designed to help DBAs streamline and automate backup and recovery; as well as detailed information on the leading third party tools for SQL Server backup and recovery. All examples and screen shots are shown utilizing Windows XP, helping to extend the book's value for years to come. For every Microsoft SQL Server database administrator, and for every IT manager and professional responsible for protecting data stored on Microsoft SQL Server databases.

Editorial Reviews

From the Back Cover

Microsoft SQL Server backup: in-depth, start-to-finish, for every DBA!

  • The most complete guide to SQL Server 2000 backup and recovery!
  • Step-by-step coverage for backing up and restoring your databases, log shipping, and proper DBCC usage
  • Making the most of factory-delivered SQL Server backup, restore and diagnostic tools
  • Includes coverage of SQL Server in Windows(r) environments for XP and 2000
  • Contains scripts and sample code for streamlining backup and recovery!

Written by a Microsoft senior consultant who specializes in SQL Server enterprise deployments, SQL Server Backup and Recovery is a comprehensive guide to protecting and restoring SQL Server databases. The book is organized to serve as both a hands-on tutorial and a long-term reference. Coverage includes:

  • What every DBA needs to understand about SQL Server backup and recovery architecture and algorithms
  • Planning for backup and recovery: time windows, recovery scenarios, and backup strategies
  • Making the most of SQL Server's built-in backup and recovery and diagnostic tools
  • Recovering the master database, step by step
  • Installation and role changing with log shipping
  • How to properly use SQL Server's DBCC commands

SQL Server Backup and Recovery contains scripts and sample code designed to automate and streamline the backup and recovery process—tools field-proven in enterprise deployments. If you're responsible for protecting the data in a Microsoft SQL Server database, this is the realistic, systematic guide you've been searching for!

About the Author

FRANK McBATH is an SQL Server specialist in Microsoft's Enterprise Applications Practice specializing in architecting and implementing large database installations. Before joining Microsoft, McBath worked for several Fortune 100 firms and consulting houses.

Product Details

  • Paperback: 320 pages
  • Publisher: Prentice Hall PTR; 1st edition (December 3, 2001)
  • Language: English
  • ISBN-10: 0130622982
  • ISBN-13: 978-0130622983
  • Product Dimensions: 8.4 x 5.8 x 0.7 inches
  • Shipping Weight: 12.6 ounces
  • Average Customer Review: 4.4 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #2,557,941 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:
 (4)
4 star:    (0)
3 star:    (0)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.4 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

19 of 19 people found the following review helpful:
5.0 out of 5 stars Great Book, December 17, 2001
By 
Bobby DBA (Houston, TX USA) - See all my reviews
This review is from: SQL Server Backup and Recovery: Tools and Techniques (Paperback)
Just got back from the book store and spent a bit reading this book. It's actually quite good. McBath makes the assumption that you are a DBA. Not someone who reads Gartner reports and goes to meetings.

I've become accustomed to a wide variety of lame backup and recovery books. A good example is Anil Desai's... long on planning, but short on how to actually do the work. In his book, backups don't actually start till chapter 6! Easily 2/3 of the book is fluff.

For example, Desai talks about log shipping-- 5 pages. McBath has a whole chapter on it in a how-to format. BOL doesn't cover it in depth, and where it does, it's wrong (ie. sp_change_primary_role example is wrong on fail over). SQL Server Resource Kit has a whole chapter on it, but not one example of how to implement. Long on theory, short on getting it done-- typical of MS Press books.

The book covers just about all the methods for backing up and recovery using standard tools. It also covers using DBCC to recovery data. Then it expands out into rebuilding your stuff from scratch and reloading it (ex. I lost my master database and here's what I got to do).

McBath's book tells you what breaks along the way and how to fix it. Anyone who's had to rebuild master and got in that infinite loop problem knows the hard way. McBath tells you about the problem *BEFORE* you hit it and how to work around it. The Desai book doesn't even tell you how to properly bring the SQL Server into single user.

This is also the only book out there... including Delaney's... that actually flow charts the sequence of events on how a backup and recovery actually work internally. LSN's, GAM Pages, etc... That way you get the theory as well as the practical I-got-to-get-my-job-done stuff.

The section on DBCCs is the first place I've seen where it's pretty much explained well. Delaney's book is also great here, but McBath put's it in context for recovery of data. The straight dope is here. It's dialed in right.

Another interesting point was he shows you the output of the scripts. That way you can see what it's supposed to do *BEFORE* you do it on your box. By doing this, he's also showing you that the scripts have been tested and run, too.

What I liked most was that it used the GUI and T-SQL scripts. This is great cause most people use a GUI which you can't script in SQL Agent, etc...

What's also cool is the Mohan/Narang paper as the appendix. Mohan outlined the ARIES Write Ahead Log (WAL) protocol recovery mechanism that SQL Server is premised upon. I wish there was more intro to it here. It's just tacked on the back. But this is just gold.

Stuff missing that would be cool: Covering third party tools like Legato. In a major data center, they are mandatory.

Finally a book for SQL Server that rivals Oracle Press's long standing tome on Backup and Recovery by Velpuri.

McBath's book is non-stop backup and recovery issues from beginning to end.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars MANDATORY reading for any SQL-Server DBA, March 7, 2003
By 
"paulvw" (Amsterdam, Netherlands) - See all my reviews
This review is from: SQL Server Backup and Recovery: Tools and Techniques (Paperback)
McBath's book highlights common problems and provides practical workarounds for Backup/restore
The Book shows some very cool tricks that make it possible to recover data that's lost due to media
failures. It also covers data recovery tricks by using indexes. It continues about explaining what
to do when you need to rebuild your machine from scratch. Common problems are discussed and workarounds
given. The book is full of examples and tips and tricks from REAL consulting, not rehashing a manual
or Books on line. These tips give the book even more value.

What I liked most was that it describes using the GUI and T-SQL scripts. A GUI is nice but to really
hit the nail one should automate this and script it.
This is THE Backup/Restore book each SQL-Server DBA must have in his bag. READ it BEFORE disasater
happens. One can never be preperaed enough for situations like this.

Last but not least there's an appendix with the Mohan/Narang paper This paper outlines
the ARIES Write Ahead Log protocol recovery mechanism that SQL Server uses.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
5.0 out of 5 stars What every DBA should know..., May 21, 2002
By 
Janine D (WA United States) - See all my reviews
This review is from: SQL Server Backup and Recovery: Tools and Techniques (Paperback)
Frank McBath has successfully filled a gap in the reference book section with this complete guide to SQL Server 2000 Backup and Recovery. With its in-depth content and real world examples, McBath's book provides a comprehensive look at everything you will need to know about SQL Server backup and recovery. He highlights common problems and provides practical workarounds. One of the great things about this book is that it is not so general that you would be hard-pressed to find useful examples. McBath gives you the commentary, the code and the specific content that you can use at work. This is definitely the kind of book that every SQL Server DBA should have!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject