How to check last full backup status and size for over 300 databases in over 150 sql servers

  • Hi DBAs,

    I want to build a routine daily task to check the last database back up (e.g last night) status (successuful or fail) and the backup file sizes for over 300 databases in over 150 sql servers.

    Is there any simple way to collect the information and automatically put them to a file, e.g excel spreadsheet. I think that this is a comman task for DBAs.

    Thank you

    Yan

  • Hi,

    You can create a SSIS project with execute SQL task having the query to get the db name, last backup sizes, time, where it is backed up etc.

    Then result into a excel destination.

    Run this SSIS project with sql server agent jobs and schedule every night.

    Regards,

    Sushant

    Regards
    Sushant Kumar
    MCTS,MCP

Viewing 2 posts - 1 through 1 (of 1 total)

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