When im trying to attach database get such error Does Anyone 开发者_运维问答have an idea what can be problem?
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"
精彩评论