Greetings, I created an encrypted backup on our windows 2016 standard ed, with sql 2014 standard ed installed with the following options :
- WITH copy_only, compression, ENCRYPTION (ALGORITHM = AES_256, SERVER CERTIFICATE = sqldbcert)
This worked fine, I was able to restore the database to another server, then I noticed a backup file copy job failing when it tried to access/copy this file. I have found that I can't remove this file now, when I right click and try to delete it does act as if it deletes the file but if you refresh the folder, it shows back up. When I right click the file and select the security tab it gives me a message "you must have read permissions to view the properties of this object. click advanced to continue". When I do that it shows under owner "unable to display the current owner". If I click change here, I get a message "you do not have permissions to view or edit the objects permission settings". I am a local admin on this machine.
Does anyone have any suggestions as to what to do/where to look further on what is going on here? I checked event viewer and I didn't see any errors when i "deleted" the file. Thanks for any reply.