Where is SQL Server Configuration Manager in SQL Server 2016

女生的网名这么多〃 提交于 2019-11-30 18:48:39

问题


Where is the SQL Server Configuration Manager in SQL Server 2016?

It is not under the menu group for SQL Server 2016.

(I have the Developer Edition installed)


回答1:


1.Open run CTRL+R

2.Type below command..

SQLServerManager13.msc

sometimes SQLServer Configuration manager won't appear in search ,either due to recent installation ,so it was not indexed or some other reason..So you can use above command to open it from RUN..

Below are some more commands corresponding to different versions..

SQLServerManager14.msc   SQLServer2017
SQLServerManager13.msc   SQLServer2016
SQLServerManager12.msc   SQLServer2014
SQLServerManager11.msc   SQLServer2012
SQLServerManager10.msc   SQLServer2008


来源:https://stackoverflow.com/questions/38824654/where-is-sql-server-configuration-manager-in-sql-server-2016

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