I just did a major stupid thing-- I thought I could just delete a _log.ldf file if it was too big and so stopped SQL and deleted it-- Of course DB didn't work when I restarted SQL. I renamed the original .mdf file, detached the database, recreated the database and performed a restore, but the data is only as recent as the last backup. How can I restore the database with the old .mdf? is that possible? I tried first creating the database by using the attach method, but it wants an .ldf file. Help!