Home > Database > Mysql Tutorial > body text

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

WBOY
Release: 2016-06-07 15:27:25
Original
1142 people have browsed it

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'

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!