Setup Mirroring for the first time - Large DB
- From: Mike D <MikeD@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 12 Dec 2008 14:54:02 -0800
Hi, I have a 500GB database I need to mirror across a 100MB WAN, I have
tested mirroring smaller databases without issue but these DB's were not in
use, my issue is this is a very important production DB and is in constant
use so while the backup and copy to the mirror server happens (20 hour
process) things will get out of sync, I found the below:
Read below from
http://www.microsoft.com/technet/prodtechnol/sql/2005/technologies/dbm_best_pract.mspx#EAMAE
Initial Synchronization Between Principal and Mirror:
Prior to establishing the database mirroring session, the database must be
restored on the mirror server, and be in the Restoring state. The most common
way to achieve this is to take an online backup of the database on the
principal, copy the backup to the mirror server, and restore it on the mirror
server with the option to apply further transaction logs.
Depending on the size of the database and the distance between the two
servers, it can take a long time to copy the backup and restore it on the
mirror server. During this time, it is possible that the principal database
has produced several transaction log backups. If the principal produces lots
of transaction log backups, you need a way to copy all the transaction log
backups and apply them on the mirror. If you don’t want to bother copying and
applying so many transaction log backups on the mirror, you can suspend
transaction log backups on the principal until the database on the mirror
server is restored and the database mirroring session is established. After
the database mirroring session is established, resume transaction log backups
on the principal. One thing to note in this approach is that during the time
that transaction log backups are suspended, the log file can grow; you need
to plan for enough disk space to account for the growth of the log file.
My question is not being a DBA and assuming suspending is the easiest for me
to do how do I actually suspend it? I've searched but cannot find anything
specific that tells me, btw it's SQL 2005 Std.
Thanks in advance for any help.
Mike
.
- Follow-Ups:
- RE: Setup Mirroring for the first time - Large DB
- From: Paul Ibison
- RE: Setup Mirroring for the first time - Large DB
- Prev by Date: # of agents run on a server
- Next by Date: RE: # of agents run on a server
- Previous by thread: # of agents run on a server
- Next by thread: RE: Setup Mirroring for the first time - Large DB
- Index(es):
Relevant Pages
|