2

I'm trying to run a backup query:

BACKUP DATABASE MY_DATABASE TO DISK='C:\Users\me\Desktop\POD2013-05-14.bak'

But I get the following error:

Cannot open backup device 'C:\Users\me\Desktop\POD2013-05-14.bak'. Operating system error 5(failed to retrieve text for this error. Reason: 15105).

I thought it has to do with permissions, but log in as sa and Administrator (Win Auth) doesn't solve the problem.

Can anyone help me with this?

1

1 Answer 1

1

You need to check the security permissions on the folder you are trying to backup. Make sure the service account (Network Service) has write permissions.

I think your problem might be okay.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.