sql server 2008 - Backup database query with OS error 5 -


i'm trying run backup query:

backup database my_database disk='c:\users\me\desktop\pod2013-05-14.bak' 

but following error:

cannot open backup device 'c:\users\me\desktop\pod2013-05-14.bak'. operating system error 5(failed retrieve text error. reason: 15105). 

i thought has permissions, log in sa , administrator (win auth) doesn't solve problem.

can me this?

you need check security permissions on folder trying backup. make sure service account (network service) has write permissions.

i think problem might okay.


Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -