3

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)

2
  • 1
    Win+R C:\Windows\SysWOW64\mmc.exe /32 C:\WINDOWS\SysWOW64\SQLServerManager13.msc Run Commented Aug 8, 2016 at 9:01
  • I uninstalled it thinking something went wrong, and didn't want to redo it as the download was painfully slow Commented Aug 8, 2016 at 9:12

1 Answer 1

11

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..

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

References:
https://learn.microsoft.com/en-us/sql/relational-databases/sql-server-configuration-manager?view=sql-server-ver15

Sign up to request clarification or add additional context in comments.

1 Comment

I wonder why it was removed from the menu, it was a convenience.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.