|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, August 01, 2008 7:24 AM
Points: 2,
Visits: 3
|
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Sunday, September 16, 2012 3:26 AM
Points: 1,038,
Visits: 443
|
|
I don't really see that this is a trick necessarily. From a general SQL backup point of view (not just diff backups) you should be aware that SQL can store multiple backups in a single file. I think it would be beneficial for people to be made aware of what a differential backup is, how it is different from an incremental backup (ie transaction log), etc.. In any case, thanks for sharing an article - I'm sure many people have been caught out by not using the INIT option when doing their backups.
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 5:53 AM
Points: 2,692,
Visits: 1,074
|
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 2:05 PM
Points: 208,
Visits: 148
|
|
Agreed, no tricks here. Any DBA worthy of his position should be aware of this.
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Yesterday @ 10:07 AM
Points: 3,223,
Visits: 413
|
|
This is also true of FULL backups and LOG backups. If you append them, rather than overwrite, you have to know the proper file number to restore. Otherwise, you restore the first file. That's in the BOL under RESTORE.
So, it's a good article, but you make it sound like this only occurs with DIFFERENTIAL backups, when it happens for ANY type of backup that is appended.
-SQLBill
|
|
|
|