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

4

7

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.

Crowns answered 10/9, 2014 at 3:45 Comment(1)
did you fixed this problem?Fain
P
6

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

Paduasoy answered 31/8, 2015 at 9:7 Comment(4)
I am not able to find SQL Server Configuration Manager under the Available-Snap ins. What could be the problem?Grandiloquence
Is it installed? Is your user having proper rights?Blew
Yes, it is installed and have selected Windows Authentication.Grandiloquence
Yeah, but is your windows user having admin rights?Blew
E
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.

Ericaericaceous answered 18/12, 2014 at 19:21 Comment(0)
S
0

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

Stenography answered 3/11, 2021 at 0:23 Comment(1)
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.Ordeal
A
0

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

Arondell answered 4/10, 2023 at 18:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.