I have a *.mdf and *.ndf files but *.log is missing. Is it possible to recover the database?
feedback
|
migrated from stackoverflow.com Jan 14 '10 at 16:55
This question came from our site for professional and enthusiast programmers.
|
Look up sp_attach_single_file_db in BOL. Also you can use:
| |||
|
feedback
|
|
With some third party tools you can. We used Lumigent Log Explorer, which is no longer available. However, if you do a Google (or Bing) search, you will come up with all sorts of alternatives to Log Explorer. However, your question will get a better answer on serverfault.com | |||||
feedback
|