Home Forums SQL Server 2005 Backups Slow speed while Restoring the Database Backup. RE: Slow speed while Restoring the Database Backup.

  • Like George said, shrinking as a 1 off is not such a bad thing.

    High vlf will adversely affect restores and operations that touch the transaction log.

    While instant file initialization will help with the data file, it has no impact on the transaction log. The transaction log still needs to be 0'd out for each growth or during the restore.

    If you have a large log file, that process will take longer (compounded by too many vlfs). This is probably why the database backup with the smaller log restored faster.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events