SQL Server Configuration Manager
- Navigate to c:\windows\system32 and look for a file with the name SQLServerManagernn.msc, where nn is the version of SQL Server you have installed. For SQLServer 2014, the name is SQLServerManager12.msc. You can double-click on it and you'll see a result. You can also make a shortcut on the desktop if you like.
- Easy way is to run the Computer Management from Control Panel→Administrative Tools→Computer Management, where you find the configuration manager installed
| 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 | 
 
0 Comments