问题描述:

安装成功后,打开sql server 工具栏不显示菜单,并弹出提示错误信息:

SQL Prompt has been disabled due to an error with the registration of a required DLL - TextMgrP.dll.
To resolve the error, repair SQL Server Management Studio or Visual Studio from the Windows Control Panel.

解决办法

 开始》运行》cmd  输入regsvr32 "C:\Program Files (x86)\Common Files\microsoft shared\MSEnv\TextMgrP.dll"

如果上面运行报错(如下图),需要用管理员身份运行命令提示符

sql prompt 不能用

 

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-06-01
  • 2022-12-23
  • 2021-10-21
  • 2022-01-10
猜你喜欢
  • 2022-01-23
  • 2021-07-06
  • 2021-05-12
相关资源
相似解决方案