SQL Server will not allow me to restore .bak file

Dom 861 Reputation points
2023-07-01T12:52:20.49+00:00

I am setting up a test environment on my PC. I installed SQL Server 2019 Express (Microsoft SQL Server 2019 (RTM-CU18) (KB5017593) - 15.0.4261.1 (X64) Sep 12 2022 15:07:06 Copyright (C) 2019 Microsoft Corporation Developer Edition (64-bit) on Windows 10 Home 10.0 <X64> (Build 19045: ) ). I want to restore a DB for testing. I go through the steps and navigate to where the .bak file is but SQL Server does not see the .bak file! I get this:

User's image

There is 100%, absolutely a .bak file in this folder. What is going on and how do I correct?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,328 questions
{count} votes

Accepted answer
  1. RahulRandive 10,066 Reputation points
    2023-07-01T19:00:03.8333333+00:00

    Thanks for sharing error details. It's a permission/access issue to the folder.

    Please follow below thread and grant appropriate permissions

    https://stackoverflow.com/questions/3960257/cannot-open-backup-device-operating-system-error-5

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.