Recovering SQL 2000 Database without the Log File not in clean disconnected state


we had hard drive crash here. able copy off .mdf file sql server 2000 from drive, not .ldf (which 720k anyhow).

when try attach mdf sql server 2000 or 2005 server error saying log file doesn't exist.

does know way attach not-cleanly-closed database file , recover data? (apparently person decided need-not backup database :<)

thanks can provide!

you may lucky , able attach sql 2005 instance , use attach_rebuild_log clause...try this:

create database <x> on <filespec> attach_rebuild_log



SQL Server  >  SQL Server Tools



Comments

Popular posts from this blog

Reindexing

Users List

List of charts