The service account running Sqlserver need file read access to the file it is restoring. Also the the file must be local on the Sqlserver host.
SQL Server can't find my files
Hey.
Everytime I try to restore a database using SQL Server a message is showed:
"It is not possible to access the path or the file specified in the server. Verify if you have the necessary security privileges and if the path really exists". Well, the path really exists but I didn't find any content on internet that helps me to provide "that privileges" to SQL Server.
Right below the message in Portuguese. Anyone can help me?
SQL Server Other
2 answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
2023-03-26T15:34:49.05+00:00 -
Seeya Xi-MSFT 16,586 Reputation points
2023-03-27T02:51:00.1233333+00:00 Hi @Penelope Vitoria ,
I don't know your language. I have no way to translate screenshots with translation software. It looks like you used a zip extension for the restore. This is not possible, SQL Server has no way to unzip the zip file for you. You need to extract it manually or you can refer to this document for SQL Server backup compression.
Since the official documentation doesn't have screenshots, I've found another blog for you. Hope this is useful for you.
https://sqlbak.com/blog/how-to-configure-backup-compression
If I have misunderstood you, please feel free to let me know.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".