Cannot connect to remote SQL Database with SQL Server Management Console (Error 53)

前端 未结 6 1033
感动是毒
感动是毒 2021-01-02 07:35

I have opened up port 1433 on my firewall, but every time I try and connect to my remote SQL Database with SQL Server Management Console I receive (Microsoft SQL Server, Err

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-02 07:42

    Here is the how to fix it and gain your connectivity back:

    Click WindowsKey + R and enter services.msc Once Services opens scroll down and locate service SQL Server Highlight the service and click START Wait for the service to start and retry to connect to your MSSQL instance It should now work again and you will be able to connect to your MSSQL instance and run queries.

提交回复
热议问题