6 steps to convert a database from recovery mode to available mode in an emergency situation. __ Database

Source: Internet
Author: User
Tags rollback
-6 steps in an emergency to convert a database from recovery mode to available mode (data can be logically wrong.) For example, no commit data will produce inconsistencies)
ALTER DATABASE dbname set Single_user with rollback immediate
go
ALTER DATABASE dbname set emergency with rollback immediate
down
select name, physical_name from Sys.master_files  where database_id=db_id (' db_test ')
go
ALTER DATABASE dbname rebuild log on (name= ' Log_name ', filename= ' Physical_ Name ']
go
ALTER DATABASE dbname set online with rollback immediate
go
ALTER DATABASE dbname set Multi_u Ser with rollback immediate go


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.