如何从 windows 7 连接到 SQL Server 2016 实例?

How to connect to an SQL Server 2016 instance from windows 7?

我们正在从 SQL Server 2012 迁移到 SQL Server 2016。我需要从 windows 7 中的 PC 连接到 SQL Server 2016 实例. 在这台电脑上,有:

使用当前的 SSMS,我可以连接到 SQL Server 2012 实例,但我无法连接到新的 SQL Server 2016 实例。当我尝试从 ISO 2016 重新安装 SSMS 时,它失败了,说我的 PC windows 7 不兼容:

The operation system on this computer or its service pack level does not meet the minimum requirements for SQL Server 2016. To determine the minimum required operating systel supported for this SQL Server release, see Hardware and Software Requirements for installing SQL Server 2016 at :

http://go.microsoft.com/fwlink/?LinkID=398123

我的问题是:

我的电脑上不需要 SQL 服务器实例 运行。客户端SSMS就够了。

提供此作为答案而不是评论。

可以在 Windows 7 上 运行 SSMS 并连接到 SQL Sever 2016 实例,但不可能 运行 SQL Windows 7 上的 Server 2016 实例。link that you provided in the error message shows that the standard version's lowest operating system option is Windows 8. msdn.microsoft.com/en-us/library/mt238290.aspx 显示了 SSMS 允许 Windows 7 (SP1) 的要求。

现在独立于 SQL 安装支持 SSMS。从 v16 开始,它是独立维护的,并声称向后兼容 SQL2008。最新版本可在 https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017

从这个 post 开始,SSMS v17.9.1 在我安装 Windows 7 Pro x64 时起作用,并允许我连接到远程 SQL2017 实例。

SSMS 版本 17.x 或更高版本不支持连接到旧版 SQL Server Integration Services 服务。要连接到旧版集成服务的早期版本,请使用与 SQL 服务器版本一致的 SSMS 版本。