Restoring without CHECKSUM

  • Comments posted to this topic are about the item Restoring without CHECKSUM

  • Nice question, thanks Steve.
    Particularly enjoyed some of the wrong answer

    ____________________________________________
    Space, the final frontier? not any more...
    All limits henceforth are self-imposed.
    “libera tute vulgaris ex”

  • Good question, thanks Steve.

    ...

  • Steve Jones - SSC Editor - Monday, July 23, 2018 11:27 PM

    Comments posted to this topic are about the item Restoring without CHECKSUM

    Pls, note that "RESTORE DATABASE" needs the database name.
    RESTORE DATABASE [?????] FROM DISK = 'auditdata.bak' WITH REPLACE;

  • Carlo Romagnano - Tuesday, July 24, 2018 4:02 AM

    Pls, note that "RESTORE DATABASE" needs the database name.
    RESTORE DATABASE [?????] FROM DISK = 'auditdata.bak' WITH REPLACE;

    Good catch. I'll get that fixed.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Nice question,

    I got it wrong as not done much with CHECKSUM so will give me something to read up on

    Ta

    ---------------------------------------------------------------------------------------
    The more you know, the more you know that you dont know

  • Nice question.  Thanks.

  • This restore needs to be run from master or from other DB. If someone is already there in that DB  and trying to restore will throw an error msg. But just a precaution before running this command. Nice question, Steve.

    Thanks.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply