Hot Cool Stud
Hot Cool Stud

Reputation: 1205

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.

Upvotes: 7

Views: 34280

Answers (4)

Deb Walsh
Deb Walsh

Reputation: 1

Using Server 2022 and installed SQL Express 2022 and had the same issue. Reloading c++ 2017 redistributable software corrected the issue.

Upvotes: 0

Vlad i Slav
Vlad i Slav

Reputation: 61

Try to run SQL Server Installation and Repair your SQL Server. It works for me.

Upvotes: 0

Aleksandar Pavić
Aleksandar Pavić

Reputation: 3420

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

Upvotes: 7

Sambarilove
Sambarilove

Reputation: 123

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.

Upvotes: 2

Related Questions