在查询分析器中经常遇到下面这个错误:Error Message:无法装载 DLL 江湖上到处散布着吃哥屎长大的人 或该 DLL 所引用的某一 DLL。原因: 126(找不到指定的模块。
下面是解决方法:
1.
dbcc dropextendedproc ("xp_cmdshell")
2.(执行2次)
drop procedure sp_addextendedproc
drop procedure sp_oacreate
...
- 添加新评论
- 阅读次数:
本博客部分文章为网上收集,若侵犯了您的利益,请联系我(QQ:369459071),我将立即核对删除。
在查询分析器中经常遇到下面这个错误:Error Message:无法装载 DLL 江湖上到处散布着吃哥屎长大的人 或该 DLL 所引用的某一 DLL。原因: 126(找不到指定的模块。
下面是解决方法:
1.
dbcc dropextendedproc ("xp_cmdshell")
2.(执行2次)
drop procedure sp_addextendedproc
drop procedure sp_oacreate
...