简体   繁体   English

使SQL Server Management Studio使用SQL Server 2016而不是2012

[英]Making SQL Server Management Studio use SQL Server 2016 instead of 2012

I was recently using SQL Server 2012 which was connected properly with my SSMS (SQL Server Management Studio). 我最近使用的SQL Server 2012已正确连接到我的SSMS(SQL Server Management Studio)。 Then I downloaded SQL Server 2016 yesterday and installed it. 然后我昨天下载了SQL Server 2016并安装了它。

Problem is, when I run SSMS, it opens up SQL Server 2012 instead of 2016. How can I make SSMS point to SQL Server 2016? 问题是,当我运行SSMS时,它将打开SQL Server 2012而不是2016。我如何使SSMS指向SQL Server 2016?

Thank you! 谢谢!

Are you talking about the version of SSMS you want to use or the default instance? 您是在谈论要使用的SSMS版本还是默认实例?

One is a question that involves changing your windows shortcut, the other probably requires you to lookup the instance name in the SQL Server Configuration tool and using this when you connect 一个是涉及更改Windows快捷方式的问题,另一个则可能需要您在SQL Server配置工具中查找实例名称,并在连接时使用该名称。

2012: "C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\Ssms.exe" 2012: "C:\\Program Files (x86)\\Microsoft SQL Server\\110\\Tools\\Binn\\ManagementStudio\\Ssms.exe"

2016: "C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\ManagementStudio\\Ssms.exe" 2016: "C:\\Program Files (x86)\\Microsoft SQL Server\\130\\Tools\\Binn\\ManagementStudio\\Ssms.exe"

config manager 2016: C:\\Windows\\SysWOW64\\mmc.exe /32 C:\\WINDOWS\\SysWOW64\\SQLServerManager13.msc 配置管理器2016: C:\\Windows\\SysWOW64\\mmc.exe /32 C:\\WINDOWS\\SysWOW64\\SQLServerManager13.msc

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM