Re: Detaching and Attaching Standby Database
From: Uri Dimant (urid_at_iscar.co.il)
Date: 08/05/04
- Next message: Steve Kass: "Re: Best way to Import data from EXCEL using a TSQL"
- Previous message: stoko: "Update Records --"
- In reply to: Brad: "Re: Detaching and Attaching Standby Database"
- Next in thread: Brad: "Re: Detaching and Attaching Standby Database"
- Reply: Brad: "Re: Detaching and Attaching Standby Database"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 5 Aug 2004 16:00:13 +0200
Brad
I see what you mean
http://www.sql-server-performance.com/sql_server_log_shipping.asp
"Brad" <brad@seesigifthere.com> wrote in message
news:MPG.1b7bf5b3bb5a904198968a@news...
> In article <#b#zEYueEHA.1036@TK2MSFTNGP10.phx.gbl>, urid@iscar.co.il
> says...
> >
> > "Brad" <brad@seesigifthere.com> wrote in message
> > news:MPG.1b7bedee1a217f72989689@news...
> > > I need to be able to detach my standby database so I can back it up.
> > > How do I reattach it and keep it from going through a recover (thus
> > > breaking my log consistency with the production database)?
> > >
> > > I thought about doing a NET STOP MSSQLSERVER, backup files, and NET
> > > START MSSQLSERVER, but I'm not sure if that will work.
> >
> > Have you read the article in the BOL
> > "How to set up, maintain, and bring online a standby server
(Transact-SQL)"?
>
> Yes, I've read that and I have all of that working. The problem is that
> I really want to just keep restoring logs on this server, but I want to
> have a local backup of the standby database (45GB production database is
> on the west coast and I am on the east with only a T1 between the two).
> Yesterday I had some kind of disk hiccup during a log restore and the
> standby database was hosed so I have to go back to a 1.5 week old full
> backup and a ton of log restores. If I could just automatically backup
> (full) the standby database each night my restore issue would be much
> smaller. I understand that I can't do an actual backup, but I should be
> able to detach, copy and attach or something like that.
- Next message: Steve Kass: "Re: Best way to Import data from EXCEL using a TSQL"
- Previous message: stoko: "Update Records --"
- In reply to: Brad: "Re: Detaching and Attaching Standby Database"
- Next in thread: Brad: "Re: Detaching and Attaching Standby Database"
- Reply: Brad: "Re: Detaching and Attaching Standby Database"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|