How do I backup the transaction log for a mirrored database in SQL Server?
Posted
by Middletone
on Server Fault
See other posts from Server Fault
or by Middletone
Published on 2010-04-29T19:35:23Z
Indexed on
2010/04/29
19:37 UTC
Read the original article
Hit count: 350
I have a mirrored database and am trying to perform a backup of the transaction log, but after it gets to 90% it just hangs and won't go any further.
What is the correct method for backing up a DB that is in the mirroring state?
© Server Fault or respective owner