Home  >  Article  >  Database  >  What should I do if SQL Server cannot connect to the server?

What should I do if SQL Server cannot connect to the server?

coldplay.xixi
coldplay.xixiOriginal
2020-06-17 13:04:526283browse

What should I do if SQL Server cannot connect to the server?

#What should I do if sql server cannot connect to the server?

Solution to the problem that sql server cannot connect to the server:

1. Check whether the computer's service sql server (mssqlserver) is started. If it is not started, Just change automatic to start

What should I do if SQL Server cannot connect to the server?

Try it after starting and see if it works

2. Use the command method to start the SqlServer service

win rOpen the running input

net start mssqlserver

After input, it will display successful startup

What should I do if SQL Server cannot connect to the server?

Recommended tutorial: "mysql video tutorial

The above is the detailed content of What should I do if SQL Server cannot connect to the server?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn