SQL SERVER configration management

cc c 1 Reputation point
2021-12-22T10:02:55.097+00:00

Hi, i had a problem that my SQL SERVER CONFIGURATION MANAGER didnt work.But my MMC is running correctly.I have tried to repair .itdoesnt work ,even uninstall SQL Server and reinstall cant help me. I have tried many ways like use REGISTER but all doesnt work.
also i see this https://learn.microsoft.com/en-us/answers/questions/226608/sql-server-3.html questions .it cant help me.
plz help me!
159695-image.png

159683-image.png

SQL Server Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Seeya Xi-MSFT 16,586 Reputation points
    2021-12-23T04:07:41.323+00:00

    Hi @cc c ,

    itdoesnt work ,even uninstall SQL Server and reinstall cant help me. I have tried many ways like use REGISTER but all doesnt work.

    And before reinstall, please follow the below steps to remove all components of previous installed SQL Server completely:

    1. Remove all SQL Server components from 'Programs and Features'
    2. Backup the registry
    3. Delete the following keys in regedit:
      --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
      --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
    4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server
    5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server
    6. Reboot the machine
      In addition, please use an administrator account to reinstall SQL Server on your computer(Right click->run as administrator).

    Regarding the registration form, did you follow the article? Do you still get the same result as the picture?
    https://www.partitionwizard.com/partitionmagic/mmc-could-not-create-the-snap-in.html
    Fix1 is to check whether the .net framework is started. You can skip Fix2 because you mentioned that But my MMC is running correctly. Fix3 is to find the CLISID in question and delete it. Finally, you can try Fix4. If you have checked and tried all of the above Now, you can uninstall sql server cleanly and reinstall it.
    If there are any new errors in the process, please let me know, it will help solve the problem.

    Best regards,
    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. cc c 1 Reputation point
    2021-12-23T09:00:56.277+00:00

    160000-image.png

    ![160041-image.png]2

    i tried and restart my computer ,do not work

    0 comments No comments

  3. Seeya Xi-MSFT 16,586 Reputation points
    2021-12-24T07:37:24.473+00:00

    Hi @cc c ,

    Now return to the original state: > But my MMC is running correctly.
    So ,could you try to add a snap-in.. in mmc.exe successfully?
    160247-image.png

    Best regards,
    Seeya


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.