Cannot connect to UserPC\SQLExpress

前端 未结 3 1832
温柔的废话
温柔的废话 2021-01-21 05:19

I just installed SQL Server Management Studio Express 2008. For the username \'sa\', I tried to change the password and login through SQL authentication but it failed.

I

相关标签:
3条回答
  • 2021-01-21 05:58

    Try restarting your SQL Server. Looks like the service is not accepting the connections.

    0 讨论(0)
  • 2021-01-21 06:11

    Verify that "SQL Server and Windows Authentication mode" is selected in the Server authentication section of your server's Security properties.

    0 讨论(0)
  • 2021-01-21 06:13

    Looks like SQL server is not properly installed.check computer>manage >services and applications ... if you can see SQL server under that its install is successful. if not the problem is with the installation

    0 讨论(0)
提交回复
热议问题