首页 > 其他 > 详细

Directory lookup for the file "xxx.mdf" failed with the operating system error 2

时间:2015-01-21 13:23:11      阅读:726      评论:0      收藏:0      [点我收藏+]

Directory lookup for the file "xxx.mdf" failed with the operating system error 2(系统找不到指定的文件。).

reason:

sql2005以后 禁用了xp_cmdshell存储过程

solution:

sp_configure ‘show advanced options‘, 1
GO
RECONFIGURE
GO
sp_configure ‘xp_cmdshell‘, 1
GO
RECONFIGURE
GO

Directory lookup for the file "xxx.mdf" failed with the operating system error 2

原文:http://www.cnblogs.com/faeriesoft/p/4238538.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!