Failed to attach database, unable to upgrade database because it is a read-only __ database

Source: Internet
Author: User

Attachment database, the old problem, and later found a solution on the internet, recorded.

The following is reproduced from the network:

After consulting the data, found that is not a file read-only problem, strictly speaking should be a "permission" problem, the current SQL Server login account does not have to attach files to write permission, there will be the above "read-only" hint, the solution has the following several ways:

1. Copy the attached file to the SQL Server default Data directory, at which point the add-on will succeed;

2. At logon authentication, choose Windows Authentication instead of SQL Server authentication, even if your login account is sa;

3. If you must use SQL Server authentication, change the permissions on the login account to have full operational rights to the file you want to attach;

4. Change the account logon status of SQL Server service from Network service to local service;

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.