从另一台计算机连接到 SQL 服务器 - SQL 网络实例相关问题(错误 258)

Connect to SQL Server from another computer - SQL network-instance related issue (with error 258)

当我尝试使用服务器名称为 [my_ip_address、1433\MyServerName ] 和 [=33= 的 SQL Server Management Studio 从另一台计算机连接到 SQL 数据库时] 身份验证,我得到这个错误:

Cannot connect to XX.XXX.XXX.XXX,1433\MyServerName.

ADDITIONAL INFORMATION: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - The wait operation timed out.) (Microsoft SQL Server, Error: 258)

The wait operation timed out

我已经完成了所有需要的步骤:

这个tuto解决了我的问题: 允许 SQL 服务器通过 Windows 防火墙 ( https://www.youtube.com/watch?v=3jVTUll4PXs) 我必须将 sql 服务器和 sql 服务器浏览器服务的路径添加到防火墙允许的应用程序中。