远程机器的连接问题

问题描述:

当我与远程计算机连接时,显示错误

建立与SQL Server的连接时发生与网络相关或特定于实例的错误.服务器未找到或无法访问.验证实例名称正确,并且已将SQL Server配置为允许远程连接. (提供程序:命名管道提供程序,错误:40-无法打开与SQL Server的连接)(.Net SqlClient数据提供程序)
数据提供者)
数据提供程序)

When I connect with remote machine the error is display

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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
Data Provider)
Data Provider)

检查您是否在SQL Server中具有远程连接权限
允许远程连接
check you have the remote connection permission in SQL server
Allow remote connection