Set database status on-the-fly

Source: Internet
Author: User

When you set the database state
With clause ignored, the ALTER database statement waits indefinitely when there are any locks in the database.
With no_wait, specifies that if a transaction has not yet been committed, it will fail immediately and no longer perform the following operation
With ROLLBACK after integer [SECONDS] | ROLLBACK IMMEDIATE: Specifies whether to roll back or rollback immediately after the specified number of seconds.

Note: Not all database options use the WITH <termination> clause, and not all database options can be specified with other options.

ALTER DATABASE adventureworks2012set single_userwith ROLLBACK IMMEDIATE; Goalter database adventureworks2012set read_onlygoalter database Adventureworks2012set multi_user; GO

Set database status on-the-fly

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.