CREATE FILE encountered operating system error 5(failed to retrieve text for this error. Reason: 15105)

前端 未结 25 2274
梦毁少年i
梦毁少年i 2020-12-13 23:44

I have a database file .mdf from MS SQL EXPRESS in folder:

C:\\Program Files\\Microsoft SQL Server\\MSSQL10.SQLEXPRESS\\MSSQL\\DATA
25条回答
  •  死守一世寂寞
    2020-12-14 00:04

    Start->Run->services.msc->scroll through the list of services until you find SQL Server->right-click->properties->Log On tab:

    Then choose Local System Account and check the Allow service to interact with desktop checkbox.

    Restart the service.

提交回复
热议问题