SQL Server Management Studio 没有连接到服务器
SQL Server Management Studio doesn't connect to server
我刚刚安装了 SQL Server Management Studio,它会使用您的 PC 名称自动创建一个要连接的服务器,但它没有连接 - 我得到的只是这个错误。我尝试重新安装,但在要启动的服务中也没有具有该名称的服务器
TITLE: Connect to Server
Cannot connect to DESKTOP-7UA72F9.
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
您似乎只安装了 Management Studio。服务器不附带它。您能否提供有关您具体执行了哪些步骤的更多信息?你用的什么安装文件?
如果你想玩 MS SQL 服务器,有一个 Express 版本,它是免费的。
我刚刚安装了 SQL Server Management Studio,它会使用您的 PC 名称自动创建一个要连接的服务器,但它没有连接 - 我得到的只是这个错误。我尝试重新安装,但在要启动的服务中也没有具有该名称的服务器
TITLE: Connect to Server
Cannot connect to DESKTOP-7UA72F9.
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
您似乎只安装了 Management Studio。服务器不附带它。您能否提供有关您具体执行了哪些步骤的更多信息?你用的什么安装文件? 如果你想玩 MS SQL 服务器,有一个 Express 版本,它是免费的。