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.
Author |
Topic |
jstirado
Starting Member
6 Posts |
Posted - 2009-03-10 : 16:58:45
|
I setup Log shipping and everything appears to work correctly except when I restore the transaction logs to the standby server for the firs time the standby file Rollback_undo.bak disappears. Why is this happening? |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-03-10 : 23:04:39
|
quote: Originally posted by jstirado I setup Log shipping and everything appears to work correctly except when I restore the transaction logs to the standby server for the firs time the standby file Rollback_undo.bak disappears. Why is this happening?
Why are you restoring Log file to Secondary Server manually? Log shipping should do it. |
 |
|
jstirado
Starting Member
6 Posts |
Posted - 2009-03-11 : 13:17:39
|
I am not doing it manually. Log shipping is doing it. I just fired the sql agent restore job it created. |
 |
|
|
|
|