Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Configuration Manager express 2012

I want to enable TCP/IP on my SQL Server Express 2012 but I cannot find SQL Server Configuration Manager. I have windows 8 and I made a search for "SQL Server Configuration Manager" but nothing comes up.

Do I have to install SQL Server Configuration Manager separately or does it come with SQL Server? If it comes within it, how do I start it?

like image 234
MikeAlike234 Avatar asked Dec 19 '13 13:12

MikeAlike234


People also ask

Where is my SQL Server Configuration Manager?

The SQL Server configuration manager is a Microsoft console management snap-in and is in the start menu. You can find it once the installation of the SQL Server is completed. To open the configuration manager, Microsoft management console uses the “SQLServerManager<version>. msc” file.


1 Answers

As is stated on My Tec Bits:

If you have installed SQL Server 2012 on windows 8, you may not see the Configuration manager in the app list. SQL Server 2012 configuration manager is not a stand alone program. it is a snap-in for MMC (Microsoft Management Console). Follow the below steps in Windows 8 to open the Configuration Manager of SQL Server 2012 or 2008.

  1. Go to Windows 8 Start screen.
  2. Start typing in SQLServerManager11.msc if you are looking for SQL Server 2012 configuration manager. Type in SQLServerManager10.msc if you are looking for SQL Server 2008 configuration manager.
  3. In the result panel you can see the SQLServerConfiguration Manager.
  4. Click the icon to launch the SQL Server Configuration manager.
  5. The configuration manager will open in MMC.
like image 149
Vignesh Kumar A Avatar answered Oct 05 '22 10:10

Vignesh Kumar A