database attached is read only

后端 未结 12 1144
借酒劲吻你
借酒劲吻你 2020-12-08 19:03

I used the following the script to attach a database. But the database created is read only.
What modifications should I make in the script to make it read-write. Pl

12条回答
  •  情话喂你
    2020-12-08 19:33

    Make sure the files are writeable (not read-only), and that your user has write permissions on them.

    Also, on most recent systems, the Program Files directory is read-only. Try to place the files in another directory.

提交回复
热议问题