码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-01-21 13:24:08      阅读:656      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!