Unable to update database .MDF is Read Only

前端 未结 5 1875
感情败类
感情败类 2021-01-14 10:44

I have a local DB that I have in an application. When I install it on another machine I get the error

Unable to update database.. .mdf is read only.<

5条回答
  •  醉酒成梦
    2021-01-14 11:05

    First stop the SQLEXPRESS service from local-Services menu and then try to move and connect the database again by attaching database option in SQLEXPRESS. it should work. it works for me. :)

提交回复
热议问题