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
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
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的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 代码中的坏味道
- 下一篇: 关于Node.js中安装完express