Cannot open backup device. Operating System error 5

后端 未结 21 1391
小蘑菇
小蘑菇 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:25

    Here is what I did to by-pass the issue.

    1) Go to backup

    2) Remove the destination file-path to disk

    3) Click on Add

    4) In the File name: check box manually type in the backup name after ..\backup like below where Yourdb.bak is the database backup name

    C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\Yourdb.bak

    5) Click on OK

    Hope this helps!

提交回复
热议问题