Re: SQL 2005 Log Shipping
- From: "Steve" <morriszone@xxxxxxxxxxx>
- Date: 19 Jan 2007 19:30:59 -0800
hobbzilla wrote:
So, I have a primary database performing log shipping to a secondary
database. The logs are being backed up shipped and restored onto the
secondary.. NOW WHAT?
Trying to test the effectiveness of the solution, but have not found a
single article on how to promote or activate, etc the secondary backup
database and move it into a normal database instead of "Restoring". I
understand doing so would require a new full backup on the primary and
restore onto the secondary.
--Recover the database:From the Books Online topic - RESTORE (Transact-SQL)
RESTORE DATABASE MyDatabase WITH RECOVERY;
GO
This code applies after any individual or series of restores with
NORECOVERY.
.
- References:
- SQL 2005 Log Shipping
- From: hobbzilla
- SQL 2005 Log Shipping
- Prev by Date: new to SQL
- Next by Date: Views
- Previous by thread: Re: SQL 2005 Log Shipping
- Next by thread: Aged Debtors User Defined Functions
- Index(es):
Relevant Pages
|