問(wèn)題描述
當(dāng)我嘗試在 sql server 2008 中連接到 sql server 配置管理器時(shí).它顯示錯(cuò)誤 MMC 無(wú)法創(chuàng)建管理單元.
When i tried to connect to sql server configuration manager in sql server 2008. It shows error MMC could not create the snap-in.
直到昨晚它都運(yùn)行良好.可能是什么原因,我該如何解決.但在后臺(tái) sql server 運(yùn)行良好.
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.
推薦答案
*注意: 在執(zhí)行此操作之前,請(qǐng)確保您的用戶(hù)具有運(yùn)行 MMC 的管理權(quán)限,除非它不是管理員,下面的程序?qū)⒉黄鹱饔?
- Win 按鈕 + R,然后輸入 mmc 并按 Enter.
- 選擇文件->添加/刪除管理單元.
- 點(diǎn)擊添加到控制臺(tái)根目錄
- 并找到SQL Server 配置管理器"
- Win button + R, then type mmc and press enter.
- Choose File->Add/Remove Snap-in.
- Click Add to Console Root
- and find the "SQL Server Configuration Manager"
您將能夠從那里使用它或通過(guò)將其保存到 SQL 服務(wù)器安裝的 bin 文件夾來(lái)替換現(xiàn)有控制臺(tái).
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.
注意:這是唯一對(duì)我有用的選項(xiàng)......
這篇關(guān)于MMC 無(wú)法創(chuàng)建管理單元 SQL Server 配置管理器的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!