Comments
1 comment
-
Thank you for your forum post and sorry that you have encountered a problem.
I am unaware of other SQL Backup users using SDHC cards for storage, however I have previously tested SQL Backup and created backup files on a USB memory stick and then restoring from the memory stick to another machine
From a new query window in SSMS, would you please run the following queries to ensure that the account given to the SQL Backup Agent service has permissions to the drive and folder:USE master GO EXECUTE master..sqbutility 999, 'RWE', '<Path to SDHC card>' --for example 'D:MyBackups' GO
If this is successful and the SQL Backup Agent service has read (R), write (W), and execute (E) permissions, the query will return: <SQBUTILITYRESULT>:1: for each location.
If there is a problem, the query will return a value of 0, followed by a message, for example:
<SQBUTILITYRESULT>:0:Folder does not exist : D:MyBackups
What is the error returned from running the above query?
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
I can manually enter the path to the location and the backup job executes successfully and stores the data to that location.
Curious if anyone else has run into this?
Thanks!
Jason