Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MMC could not created the snap-in SQL Server configuration manager

When i tried to connect to sql server configuration manager in sql server 2008. It shows error MMC could not create the snap-in. Error Image

It was working perfectly till last night. What can be the reason, how can i solve it. But in background sql server is working perfect.

like image 761
Hot Cool Stud Avatar asked Sep 10 '14 03:09

Hot Cool Stud


People also ask

What is MMC in SQL Server?

After you complete the configuration process, start Microsoft Management Console (MMC) to protect your SQL Server data.


1 Answers

*Note: Before doing this, make sure that your user has Administrative righs to run MMC, unless it's not Administrator, below procedure won't work.

  1. Win button + R, then type mmc and press enter.
  2. Choose File->Add/Remove Snap-in.
  3. Click Add to Console Root
  4. and find the "SQL Server Configuration Manager"

You will be able to use it from there or replace existing console by saving it to bin folder of you SQL server's installation.

Note: This is the only option that really worked for me...

like image 89
Aleksandar Pavić Avatar answered Oct 19 '22 03:10

Aleksandar Pavić