Cannot open backup device. Operating System error 5

后端 未结 21 1356
小蘑菇
小蘑菇 2020-11-30 18:59

Below is the query that I am using to backup (create a .bak) my database.

However, whenever I run it, I always get this error message:

21条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 19:39

    I was just going through this myself. I had ensured that my MSSQLSERVER login user had full access but it was still causing issues. It only worked once I moved the destination to the root of C. More importantly out of a user folder (even though I had a share with full permissions - even tried "Everyone" as a test).

    I don't know if i consider my issue "fixed", however it is "working".

    Just a FYI for any other users that come across this thread.

提交回复
热议问题