Comments
1 comment
-
When restoring from a network share, you need to ensure that the SQL Backup Agent service startup account has rights to access that network share.
You can check if that account has read/write/delete rights by running the following:EXEC master..sqbutility 999, 'RWE', '<your network share path>
What is the returned result?
Add comment
Please sign in to leave a comment.
I am restoring from shared location. but when i copy that backup file to local disk. restore works, but fails with that error when i restore from shared location.
Any help is greatly appreciated.
Thanks