SQL Server Configuration Manager not found

2019-01-29 14:36发布

After installing SQL Server 2008, I cannot find the SQL Server Configuration Manager in Start / SQL Server 2008 / Configuration Tools menu.

What should I do to install this tool?

7条回答
何必那么认真
2楼-- · 2019-01-29 15:16

From SQL Server 2008 Setup, you have to select "Client Tools Connectivity" to install SQL Server Configuration Manager.

查看更多
我想做一个坏孩纸
3楼-- · 2019-01-29 15:17

On windows 10 Control Panel→Administrative Tools→Computer Management

Win 10 SQL configuration manager

查看更多
别忘想泡老子
4楼-- · 2019-01-29 15:19

This path worked for me. on a 32 bit machine.

C:\Windows\System32\mmc.exe /32 C:\Windows\system32\SQLServerManager10.msc

查看更多
再贱就再见
5楼-- · 2019-01-29 15:25

Start--> run--> conf ---select configuration manager in mention in picture

enter image description here

查看更多
Melony?
6楼-- · 2019-01-29 15:33

Paste this line in folder path url in file explore: C:\Windows\SysWOW64\SQLServerManager11.msc then press enter.

enter image description here

查看更多
唯我独甜
7楼-- · 2019-01-29 15:35

I know this is old but you can directly browse it using this paths..

SQL Server 2019 C:\Windows\SysWOW64\SQLServerManager15.msc

SQL Server 2017 C:\Windows\SysWOW64\SQLServerManager14.msc

SQL Server 2016 C:\Windows\SysWOW64\SQLServerManager13.msc

SQL Server 2014 C:\Windows\SysWOW64\SQLServerManager12.msc

SQL Server 2012 C:\Windows\SysWOW64\SQLServerManager11.msc

SQL Server 2008 C:\Windows\SysWOW64\SQLServerManager10.msc

source is from ms site https://msdn.microsoft.com/en-us/library/ms174212.aspx

One can also specify %systemroot% for the path of Windows directory. For example:

SQL Server 2019: %systemroot%\SysWOW64\SQLServerManager15.msc

查看更多
登录 后发表回答