Cannot connect to local SQL Server Express 2008 R2

后端 未结 4 1939
南旧
南旧 2021-02-01 02:47

I just installed SQL Server Express 2008 R2 and I have a problem connecting to it using the SQL Server Management Studio (locally).

All SQL Server services are started

相关标签:
4条回答
  • 2021-02-01 03:10

    Are you connecting to the local express instance? Try this as your server: .\SQLEXPRESS

    0 讨论(0)
  • 2021-02-01 03:16

    hope it will help you

     server name try this: (local)\SQLEXPRESS or localhost\SQLEXPRESS.
    

    it is working.....

    0 讨论(0)
  • 2021-02-01 03:18

    The same error can happen if your SQLEXPRESS instance is not started. To verify the service is started: - run services.msc - Look for the "SQL Server (SQLEXPRESS)" service, status should be "Started", if it is not, try to start it manually.

    0 讨论(0)
  • 2021-02-01 03:25

    I had the same error and I had to enable TCP/IP protocol and set IPALL TCP Port to 1433 to resolve the issue:

    SQL Server Configuration Manager settings

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