Home  >  Article  >  Database  >  sqlserver附件数据库出错,错误 0:无法装载 DLL Microsoft提示您

sqlserver附件数据库出错,错误 0:无法装载 DLL Microsoft提示您

WBOY
WBOYOriginal
2016-06-07 15:27:251144browse

sqlserver附件数据库出错,错误信息如下 错误 0:无法装载 DLL Microsoft提示您请误随意操作SQL数据库 以免对起 数据库造成不必要的麻烦 或该 DLL . 打开查询分析器,执行以下语句: drop procedure sp_OACreate drop procedure xp_dirtree drop procedure xp

sqlserver附件数据库出错,错误信息如下

错误 0:无法装载 DLL Microsoft提示您请误随意操作SQL数据库 以免对起 数据库造成不必要的麻烦 或该 DLL . 打开查询分析器,执行以下语句:

drop procedure sp_OACreate
drop procedure xp_dirtree
drop procedure xp_regwrite
exec sp_addextendedproc N' sp_OACreate', N'odsole70.dll'
exec sp_addextendedproc N' xp_dirtree', N' xpstar.dll'
exec sp_addextendedproc 'xp_regwrite', 'xpstar.dll'

可能会再次出现这样的错误:未能找到存储过程 master.dbo.xp_dirtree|错误2812

再次打开查询分析器,执行以下语句:
use master
EXEC sp_addextendedproc xp_dirtree ,@dllname ='xpstar.dll'

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:oracle简易版使用Next article:Oracle 表空间