欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

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

发布时间:2025/7/25 编程问答 44 豆豆
生活随笔 收集整理的这篇文章主要介绍了 Directory lookup for the file xxx.mdf failed with the operating system error 2 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

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

转载于:https://www.cnblogs.com/faeriesoft/p/4238538.html

总结

以上是生活随笔为你收集整理的Directory lookup for the file xxx.mdf failed with the operating system error 2的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。