开发者

SQL Server Database Attach error. The system cannot find the file specified

When im trying to attach database get such error Does Anyone 开发者_运维问答have an idea what can be problem?

SQL Server Database Attach error. The system cannot find the file specified

SQL Server Database Attach error. The system cannot find the file specified


On your first picture, I see the med_log.ldf file. On second picture you trying to attach med.ldf. Try to change the name of file in line 3 to med_log.ldf.


Your error message states that it is looking for Med.ldf, not Med_log.ldf.

You need to change the filename in the second part of your restore command to match this filename.


The name of the Log file seems to be incorrect. it should be "Med_log.ldf" instead of "Med.ldf"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜