cannot connect to pc-name\SQLEXPRESS

后端 未结 11 1093
既然无缘
既然无缘 2020-12-29 03:23

While trying to connect to SQL server 2005 standard edition through SQL Server Management Studio 2005 I get the following error:

11条回答
  •  生来不讨喜
    2020-12-29 03:29

    When you get this error.

    Follow these steps then you solve your problem

    1. Open command prompt by pressing (window + r) keys or Click on windows Button and Type Run then type services.msc and click OK or press Enter key.

    2.Find SQL Server (SQLEXPRESS).

    3.Now see left upper side and click start.

    4.If Service show error then right click on SQL Express and then click on Properties.

    5.Then click on Logon Tab.

    6.Enter Username and Password of Windows Authentication

    7.Then Start your Service

    8.Problem will be solve and run your query

提交回复
热议问题