Error: Failed to generate a user instance of SQL Server

前端 未结 11 1637
無奈伤痛
無奈伤痛 2020-12-02 14:54

I\'m trying to connect to an MDF. I\'ve even gone to the lengths of re-installing sql server express entirely (it is now the only flavor of SQL installed on my box, where p

11条回答
  •  温柔的废话
    2020-12-02 15:17

    Have you tried to connect to the SQL Server instance by using SQL Management Studio?

    If this also doesn't allow you to connect then it could be because the SQL service is not starting correctly.

    Verify that the service is running by checking the services in the control panel.

提交回复
热议问题