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

17,978

Solution 1

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

Solution 2

This guy here had the same problem: MMC could not create the snap-in. SQL Server configuration manager error

I said there that I had the same problem and found out that it was an issue with .net framework.

I downloaded this file: "dotNetFx40_Full_x86_x64.exe" from Microsoft website, and used the "repair" option. It worked for me. Hope it helps.

Share:
17,978
Hot Cool Stud
Author by

Hot Cool Stud

Updated on June 05, 2022

Comments

  • Hot Cool Stud
    Hot Cool Stud almost 2 years

    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.

  • AR06
    AR06 almost 8 years
    I am not able to find SQL Server Configuration Manager under the Available-Snap ins. What could be the problem?
  • Aleksandar Pavić
    Aleksandar Pavić almost 8 years
    Is it installed? Is your user having proper rights?
  • AR06
    AR06 almost 8 years
    Yes, it is installed and have selected Windows Authentication.
  • Aleksandar Pavić
    Aleksandar Pavić almost 8 years
    Yeah, but is your windows user having admin rights?
  • Admin
    Admin over 2 years
    Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.