Viewing post 1 (of 2 total)
yes i encounter the same problem the solution is..
-- delete both .mdf and .ldf files
-- restore the database again with the backup file
-- than try detach database
EXECUTE sp_detach_db @dbname =...
August 15, 2005 at 3:35 pm
#582293