#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
Try it after starting and see if it works
2. Use the command method to start the SqlServer service
win r
Open the running input
net start mssqlserver
After input, it will display successful startup
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!