MMC could not created the snap-in SQL Server configuration manager(MMC 无法创建管理单元 SQL Server 配置管理器)
问题描述
当我尝试在 sql server 2008 中连接到 sql server 配置管理器时.它显示错误 MMC 无法创建管理单元.
When i tried to connect to sql server configuration manager in sql server 2008. It shows error MMC could not create the snap-in.
直到昨晚它都运行良好.可能是什么原因,我该如何解决.但在后台 sql server 运行良好.
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.
推荐答案
*注意: 在执行此操作之前,请确保您的用户具有运行 MMC 的管理权限,除非它不是管理员,下面的程序将不起作用.
- Win 按钮 + R,然后输入 mmc 并按 Enter.
- 选择文件->添加/删除管理单元.
- 点击添加到控制台根目录
- 并找到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"
您将能够从那里使用它或通过将其保存到 SQL 服务器安装的 bin 文件夹来替换现有控制台.
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.
注意:这是唯一对我有用的选项......
这篇关于MMC 无法创建管理单元 SQL Server 配置管理器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:MMC 无法创建管理单元 SQL Server 配置管理器
基础教程推荐
- 如何根据该 XML 中的值更新 SQL 中的 XML 2021-01-01
- 在多列上分布任意行 2021-01-01
- 二进制文件到 SQL 数据库 Apache Camel 2021-01-01
- 在 MySQL 中:如何将表名作为存储过程和/或函数参数传递? 2021-01-01
- 如何在 SQL 中将 Float 转换为 Varchar 2021-01-01
- oracle区分大小写的原因? 2021-01-01
- mysql选择动态行值作为列名,另一列作为值 2021-01-01
- MySQL 中的类型:BigInt(20) 与 Int(20) 2021-01-01
- 表 './mysql/proc' 被标记为崩溃,应该修复 2022-01-01
- 什么是 orradiag_<user>文件夹? 2022-01-01
