Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Unable to attach database - Error 9004

    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   =...

Viewing post 1 (of 2 total)