Hi @鹏 柳 ,
This is a Q&A forum in English. Suggest you post your issue in English to get better help.
For your issue, please follow below steps to troubleshot the issue,
- Make sure SQL Server Service is running
- If a named instance, make sure SQL Server browser service is running. Make sure the instance name is spelled correct and there is actually such an instance on your target machine.
- Make sure SQL Server is configured to allow remote connections
- Examine the SQL Server error log for messages confirming that SQL is listening on the expected network interfaces and ports
- Test server connectivity with PING from the client machine
- Test port connectivity using TELNET to the server and port (from step 4) from the client machine. For example
TELNET <server-name> 1433 - Check firewall settings if step 5 or 6 connectivity test fails
If you have some confuse about the steps, please refer to the blog Resolving could not open a connection to SQL Server errors or MS document Troubleshoot connecting to the SQL Server Database Engine to get more information.
If the response is helpful, please click "Accept Answer", thank you.