Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQLServerCentral.com
»
Editorials
»
Do You Verify Your Database Backups?
57 posts, Page 1 of 6
1
2
3
4
5
»
»»
Do You Verify Your Database Backups?
Rate Topic
Display Mode
Topic Options
Author
Message
bradmcgehee@hotmail.com
bradmcgehee@hotmail.com
Posted Saturday, February 21, 2009 2:33 PM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 1:08 PM
Points: 175,
Visits: 719
Comments posted to this topic are about the item
Do You Verify Your Database Backups?
Brad M. McGehee
Microsoft SQL Server MVP
Director of DBA Education, Red Gate Software
www.bradmcgehee.com
Post #662104
Jeff Moden
Jeff Moden
Posted Saturday, February 21, 2009 3:20 PM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 7:10 AM
Points: 32,910,
Visits: 26,801
I absolutely agree... It's not what you can backup... it's what you can restore. I do at least one "practice" recovery a week and I'm
not
the System DBA. I do it because I'm pretty sure that they don't do it.
--Jeff Moden
"
RBAR
is pronounced "ree-bar" and is a "Modenism" for "
R
ow-
B
y-
A
gonizing-
R
ow".
First step towards the paradigm shift of writing Set Based code:
Stop thinking about what you want to do to a row... think, instead, of what you want to do to a column."
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Post #662115
David.Poole
David.Poole
Posted Sunday, February 22, 2009 11:08 AM
SSCrazy
Group: General Forum Members
Last Login: Today @ 2:46 AM
Points: 2,750,
Visits: 1,409
To be honest I am shocked to hear that people don't verify their backups.
I'm also surprised that it isn't the default action for a backup and requires a DBA to deselect it if they don't want to verify.
LinkedIn Profile
Post #662226
GilaMonster
GilaMonster
Posted Sunday, February 22, 2009 11:27 AM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 7:23 AM
Points: 37,738,
Visits: 30,009
What backups?
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #662227
GilaMonster
GilaMonster
Posted Sunday, February 22, 2009 11:35 AM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 7:23 AM
Points: 37,738,
Visits: 30,009
David.Poole (2/22/2009)
To be honest I am shocked to hear that people don't verify their backups.
I'm also surprised that it isn't the default action for a backup and requires a DBA to deselect it if they don't want to verify.
What's worse is that, on 2000 and earlier, verify did very little. It checked the backup headers and a bit more. Passing verification was not a guarantee that the backup could be restored.
Even on 2005 and higher, I think you need to use the Checksum option for a verify check everything. Without that, the only way to check that a backup can be restored is to restore it.
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #662228
Steve Jones - SSC Editor
Steve Jones - SSC Editor
Posted Sunday, February 22, 2009 6:11 PM
SSC-Dedicated
Group: Administrators
Last Login: Today @ 1:14 AM
Points: 31,433,
Visits: 13,746
In 2000 I checked it, but didn't count on it. I tended to restore often enough to dev/test that I didn't worry about scheduling things too much. We did have a quarterly test on some of the more critical systems to be sure that we could do it, and we'd pull back from tape at least yearly if not more often to be sure that things were working correctly.
I think it depends on your environment, but you want to both practice your skills at restoring (so restore logs, backups, and to times), and also make sure your equipment is working.
Follow me on Twitter:
@way0utwest
Forum Etiquette: How to post data/code on a forum to get the best help
Post #662318
dogramone
dogramone
Posted Sunday, February 22, 2009 7:44 PM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Sunday, May 05, 2013 9:00 PM
Points: 510,
Visits: 2,085
We're lucky. We don't have a true data warehouse so to provide reporting capabilities without impacting the OLTP we restore nightly the backups into the DW. The big thing missing though is the TLog and tape copies. The one time I tried to test the tape copies the tape was found to be corrupted!!!! I now just need to convince the system admin team (owners of the tape backups) that they need to put in place testing of the tapes. They say they have no room to test the recovery, I say a backup that cannot be recovered is not a backup. Discussions (arguments) continue ...
Post #662328
jmguazzo
jmguazzo
Posted Tuesday, February 24, 2009 12:56 AM
SSC Rookie
Group: General Forum Members
Last Login: Monday, April 09, 2012 8:29 AM
Points: 35,
Visits: 31
We test them daily as they are transferred and restored to another server.
This another server is called "the clone".
Therefore anyone (testers, developers, ...) can do tests, simulation, analysis,... on the data of the production environment without touching it.
JM.
Post #663254
James Stover
James Stover
Posted Tuesday, February 24, 2009 3:18 AM
SSC Veteran
Group: General Forum Members
Last Login: Tuesday, October 30, 2012 10:37 AM
Points: 263,
Visits: 859
We don't need no DBA 'round here checkin' our backups. We got that fancy Squeal Server that takes care of itself. Now git.
James Stover, McDBA
Post #663318
-=JLK=-
-=JLK=-
Posted Tuesday, February 24, 2009 6:08 AM
Old Hand
Group: General Forum Members
Last Login: Tuesday, January 22, 2013 6:39 AM
Points: 367,
Visits: 297
The backup is not complete until I've restored it on a test machine. I know not everyone has this capability but since I've always been on small teams that were doing development as well as maintaining the production enviornment I have always had a "development" and "Test" machine and can not imagine relying on a backup that has not been tested.. The best axiom is "It isn't what you can backup, it's what you can restore".
James.
Post #663390
« Prev Topic
|
Next Topic »
57 posts, Page 1 of 6
1
2
3
4
5
»
»»
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.