Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Backup readonly DB

Author  Topic 

scottpt
Posting Yak Master

186 Posts

Posted - 2004-08-23 : 14:22:16
Is it possible to backup the secondary DB of a logshipping pair?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-08-23 : 14:36:08
Yes if it is read-only. You would only want to full backups on it though.

Tara
Go to Top of Page

scottpt
Posting Yak Master

186 Posts

Posted - 2004-08-23 : 16:14:24
Server: Msg 3036, Level 16, State 1, Line 1
Database 'pd_training' is in warm-standby state (set by executing RESTORE WITH STANDBY) and cannot be backed up until the entire load sequence is completed.
Server: Msg 3013, Level 16, State 1, Line 1
BACKUP DATABASE is terminating abnormally.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-08-23 : 16:17:07
So is the database read-only or in a loading state?

Tara
Go to Top of Page

MuadDBA

628 Posts

Posted - 2004-08-23 : 16:27:00
Why do you want to back up the read-only pair of the log-shipping DB anyway? You already have a backup of it that you restored, just use that backup again....
Go to Top of Page
   

- Advertisement -