|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 2:54 AM
Points: 80,
Visits: 312
|
|
Hi Guys,
For example only.
I have a daily full db backup via SQL maintenance plan to file system at 10pm. I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm: Monday to Saturday - differential Sunday - Full
In this case, if let's say thursday afternoon have data issue, can i restore with the differential backup taken on wed night <arcserve> + the full backup taken on sunday <arcserve>? Not supposed to work right?
thanks
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:12 PM
Points: 323,
Visits: 973
|
|
chewychewy (11/7/2012) Hi Guys,
For example only.
I have a daily full db backup via SQL maintenance plan to file system at 10pm. I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm: Monday to Saturday - differential Sunday - Full
In this case, if let's say thursday afternoon have data issue, can i restore with the differential backup taken on wed night <arcserve> + the full backup taken on sunday <arcserve>? Not supposed to work right?
thanks
No,
then you need to restored full backup taken on wed night (10 PM) + differntial backup taken on wed night using arcserv (11 PM) .
----------------------------------------------------------------------------- संकेत कोकणे
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 7:03 AM
Points: 2,562,
Visits: 3,453
|
|
@sanket why tuesday full back which is not there (for arcserve )
see
I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm: Monday to Saturday - differential Sunday - Full
i think OP needs to go for sunday FULL and last diif backup taekn (whether on tuesday or wednesday)
-------Bhuvnesh---------- While 1 = 1 (Learning SQL....) Click to get fast response of your post
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:12 PM
Points: 323,
Visits: 973
|
|
Bhuvnesh (11/7/2012)
@sanket why tuesday full back which is not there (for arcserve ) see I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm: Monday to Saturday - differential Sunday - Full
i think OP needs to go for sunday FULL and last diif backup taekn (whether on tuesday or wednesday)
I mean full backup taken on wed night (10 PM) using maintenance plan + differntial backup taken on wed night using arcserv (11 PM)
----------------------------------------------------------------------------- संकेत कोकणे
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 11:12 PM
Points: 323,
Visits: 973
|
|
[b]i think OP needs to go for sunday FULL and last diif backup taekn (whether on tuesday or wednesday)
will it work ?
diff backup should be applied to its earliest full backup , which is Wednesday's full backup .
----------------------------------------------------------------------------- संकेत कोकणे
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Thursday, June 13, 2013 7:03 AM
Points: 2,562,
Visits: 3,453
|
|
i had impression that there are two options
I have a daily full db backup via SQL maintenance plan to file system at 10pm. AND
I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm: Monday to Saturday - differential Sunday - Full
and thats the case then why there is duplicate backup for sunday
-------Bhuvnesh---------- While 1 = 1 (Learning SQL....) Click to get fast response of your post
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 AM
Points: 5,244,
Visits: 11,264
|
|
chewychewy (11/7/2012) Hi Guys,
For example only.
I have a daily full db backup via SQL maintenance plan to file system at 10pm. I also have a daily direct backup of database via arcserve SQL agent to tape at 11pm: Monday to Saturday - differential Sunday - Full
In this case, if let's say thursday afternoon have data issue, can i restore with the differential backup taken on wed night <arcserve> + the full backup taken on sunday <arcserve>? Not supposed to work right?
thanks Each time a full backup is taken the Differential_Base_LSN is incremented. Failure on thursday would require Wednesday 10pm full and Wednesday 11pm differential
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, June 14, 2013 2:54 AM
Points: 80,
Visits: 312
|
|
thanks.
So conclusion is regardless of whether the full backup is perform via sql maintenance plan to disk <option 1> or the tape <eg arcserve> sql agent, a marker will be set on the DB indicating a full backup has been performed. The differential backup will track changes after the last full backup <be it via sql maintenance or tape sql agent> right?
thanks
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 4:02 AM
Points: 5,244,
Visits: 11,264
|
|
Unless arcserve is doing something different like snapshotting disk files. Differential bitmaps are reset by a full backup in SQL server.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|