Activity overview
Latest activity by KEECIT
Alex B wrote: »
Hi Keecit,
If you run the following query against the SQL instance you are trying to restore to what result does it give you? EXECUTE master..sqbutility 999, 'RWE', '<network location>'
Where you replace <network location> with the UNC path to the network share (e.g. \\serverName\sharedFolder).
Kind regards,
Alex
Any update here..? / comments
Alex B wrote: »
Hi Keecit,
If you run the following query against the SQL instance you are trying to restore to what result does it give you?EXECUTE master..sqbutility 999, 'RWE', '<network loc...
result
<SQBUTILITYRESULT>:1:
/ comments
result
<SQBUTILITYRESULT>:1:
Great thanks. I was wondering that as well, I can see the share fine access it as normal. But when I try to singly restore it, it gives me the unknown error. Or when I try to schedule it it fails. / comments
Great thanks. I was wondering that as well, I can see the share fine access it as normal. But when I try to singly restore it, it gives me the unknown error. Or when I try to schedule it it fails.
I created a full admin account as a test for this. This has all the right of any admin on our domain just for testing purposes to get it working. / comments
I created a full admin account as a test for this. This has all the right of any admin on our domain just for testing purposes to get it working.
Unable to restore a non-local copy - see link
https://documentation.red-gate.com/display/SBU7/Backing+up+and+restoring+on+a+network+share
This document states the exact issue I'm having:
If the backup file you want to restore is incorrectly l...