How to open SQL Server 2012 using run prompt [closed]

十年热恋 提交于 2019-12-23 04:43:31

问题


I am using SQL Server 2008 R2 and SQL Server 2012.

How should I specify whether I have to open SSMS 2008 R2 or SSMS 2012 using run prompt when I run SSMS? Let's say for now I have to open SSMS 2012 using the RUN Prompt.

Can somebody please help me on how should I open it? Thanks in advance.


回答1:


So... on my machine that has both 2008 R2 and 2012 on the same machine, the 2008 R2 management studio exe is here:

"C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe"

And the 2012 management studio exe is here:

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

Start -> Run and either of these paths opens up the correct management studio version.



来源:https://stackoverflow.com/questions/15219758/how-to-open-sql-server-2012-using-run-prompt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!