February 5, 2009 at 7:06 am
What impact does adding database mirroring have on a backup strategy?
Currently, I have a backup plan as follows:
One full per week, differentials every 6 hours, trans every 15 minutes.
Assuming that this plan is currently sufficient without database mirroring, does it need to be changed at all when adding mirroring? Any gotchas to be concerned with here? Does it make a difference when using High-Performance versus High-Safety?
Any input would be greatly appreciated.
TIA,
Scott
February 5, 2009 at 1:00 pm
High Safety supports synchronous operation means that your principal and mirror databases are always in sync state wilt almost no data loss
High performance supports async operation so both databases are not in sync and there is possibility of data loss during failover
February 5, 2009 at 1:05 pm
February 5, 2009 at 1:44 pm
The overhead depends on the amount of load that your server has
As per the articel on microsoft
High-performance mode, runs asynchronously. The mirror server attempts to keep up with the log records sent by the principal server. The mirror database might lag somewhat behind the principal database, though, typically, the gap between the databases is small. However, the gap can become substantial if the principal server is under a heavy work load or the system of the mirror server is over loaded
http://msdn.microsoft.com/en-us/library/ms189852(SQL.90).aspx
February 5, 2009 at 1:48 pm
February 5, 2009 at 1:51 pm
Maybe I asked the question wrong. When you implemented mirroring, did you change your existing database backup plan?
February 5, 2009 at 2:03 pm
in our case, no... we still do backups as before, both full and transaction logs..... these get also backed up via our backup service.
Even with a mirrored database, you still need to (or should?) rely on your ol' backups.
February 5, 2009 at 2:13 pm
thats true....backups are always the lfe savers!!!!..we still have old backup procedure inplace ..
February 5, 2009 at 2:17 pm
Thanks for the input. My searches just didn't lead to any answers.
Scott
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply