sql - Change the secondary database into normal mode -



sql - Change the secondary database into normal mode -

is possible alter secondary database warm standby/read normal mode? stop logshipping?

yes, possible alter secondary database warm standby/read normal mode.

you can run command on secondary database take out of standby. (restore database my_db recovery)

it wont 'stop' logs shipping. need pause/stop sql agent jobs that.

if mean 'break' log shipping process, yes if switch secondary database out of standby normal mode.

you have reinitialize log shipping definition primary database.

sql sql-server sql-server-2008 log-shipping

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -