Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Error: while restoring

    Try this

    RESTORE DATABASE databasename FROM DISK='database path'

    WITH REPLACE, CONTINUE_AFTER_ERROR;

    GO;

    You can restore and ignore the error page.

    Hope it help.

    Regards.

Viewing post 1 (of 1 total)