RE: Database Mirroring or Log Shipping?
- From: FM <FM@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 14 Oct 2008 05:15:01 -0700
Hello Josh,
If you would like to set up Log Shipping and afraid of ONLY deprecated in
future versions than you can do it manually too.
Log Shipping nothing but moving tlog from Primary to Secondary once restored
the Full backup on Secondary.
Following might help you to do manual setup.
http://www.nyx.net/~bwunder/sql/logSync.htm
Good Luck!!!
"hfdev" wrote:
I made a mistake when I quoted the technet article. Here is the statement.
that says the mirrored db can't be accessed directly:
"Because the mirror database is in a recovering state, it cannot be accessed
directly. You can create database snapshots on the mirror to indirectly read
the mirror database at a point in time."
Again, snapshots are not an option for us b/c we have SQL 2005 STD.
We also can't use a new copy of SQL 2005 Enterprise edition as the mirror
server and take snapshots because as I understand it, you have to keep the
versions/editions all the same for compatibilities sake.
Maybe Log Shipping is an alternative, but thought that I read that Log
Shipping be deprecated in future versions.
Again, advice is greatly appreciated,
--
Josh Blair (hfdev)
HydraForce, Inc.
"hfdev" wrote:
Hello,
I am researching database mirroring and log shipping to determine if either
will help my organization achieve a certain goal.
We are looking for a way to make our production ERP database (currently ~30
GB in size) available in near real-time on another server for read-only
access from numerous client applications and SSRS.
We have SQL Server 2005 STD so snapshots are out of the question.
Replication is not an option: not supported by ERP vendor, they say the db
isn't structured in a way that will support replication.
I was thinking database mirroring would be perfect until I read similar
statements to thie following in a number of older publications:
"The mirror database must be initialized from a restore of the principal
database with NORECOVERY, followed by restores in sequence of principal
transaction log backups."
and
"The mirror database must have the same name as the principal database."
Database Mirroring in SQL Server 2005 (published on April 1, 2005)
http://www.microsoft.com/technet/prodtechnol/sql/2005/dbmirror.mspx
Q: With Database Mirroring on SQL 2005, can you access the data on the
mirrored copy (secondary) to use as a read-only datasource for client apps
and SSRS?
Can you recommend any other alternatives?
Thanks in advance,
--
Josh Blair (hfdev)
HydraForce, Inc.
- Follow-Ups:
- RE: Database Mirroring or Log Shipping?
- From: hfdev
- RE: Database Mirroring or Log Shipping?
- From: Paul Ibison
- RE: Database Mirroring or Log Shipping?
- References:
- Database Mirroring or Log Shipping?
- From: hfdev
- RE: Database Mirroring or Log Shipping?
- From: hfdev
- Database Mirroring or Log Shipping?
- Prev by Date: RE: Best Practices for Log Shipping
- Next by Date: Limit on number of merge subscribers
- Previous by thread: RE: Database Mirroring or Log Shipping?
- Next by thread: RE: Database Mirroring or Log Shipping?
- Index(es):
Relevant Pages
|