Files
WorkNote/SanPinPLM/报错处理/SQL Server不存在或访问被拒绝.md

18 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 问题情况
`ODBC` 配置数据源时出现报错信息中存在 **SQL Server不存在或访问被拒绝** 的信息
# 问题原因
数据库服务器IP地址不对或数据库主机未开机、或数据库主机网络不可达
![](assets/Pasted%20image%2020250911132448.png)
![](assets/Pasted%20image%2020250911132506.png)
端口号错误(或数据服务端未开启 `TCP/IP` 协议或服务端防火墙未允许1433端口入站
![](assets/Pasted%20image%2020250911132816.png)
本地防火墙阻止出站
![](assets/Pasted%20image%2020250911132522.png)