Thanks all for helping.
What I did is:
I install 4th instance of sqlexpress, and then I got the uninstall instances of all expresses.
I uninstalled all the lost there and re install onces again sql express. and all come back as I wanted from the begining.
SQL SERVER
Hi, I had a problem that I didnt have SQL SERVER NETWORK CONFIGURATION in SQL SERVER CONFIGURATION MANAGER.
I tried to remove all the sql in my computer and install it again from the begining, but mor damge created.
Now SQL SERVER CONFIGURATION MANAGER has a MMC problem. and not the SQLEXPRESS service didnt removed.
I need to remove all the instances of SQLEXPRESS/01/02/03 that created from the installations I've tried and reinstall it all again.
Even uninstall from control panel or from remove/uninstall of windows didn't help.
Please help me.
SQL Server Other
-
Itay Zemah 116 Reputation points
2021-01-12T07:41:02.203+00:00
2 additional answers
Sort by: Most helpful
-
Guoxiong 8,206 Reputation points
2021-01-11T20:18:42.02+00:00 Take a look at the article of "Fix Error MMC Could Not Create the Snap-in"
-
Cris Zhan-MSFT 6,661 Reputation points
2021-01-12T03:13:02.837+00:00 Hi @Itay Zemah ,
Please try to open the Registry Editor, search the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\MMC\SnapIns{84a016c0-5617-4a05-ae8c-c806c5ff3e20}, then check the value NameStringIndirect and the Data, next find whether SQLManager.dll exists according to the path displayed by the Data.
If not, please try to pick SQLManager.dll from another machine having the same version of SQL Server, or repair Shared components of SQL Server.
More details please refer to this article.