Log Shipping File Sizes

  • Is there any way to return the details (filename, size, data and time copied) of the files that are copied during the log shipping process? I'd like to insert these details in a table so I can report on them.

    Thanks,

    Peter

  • I believe that this query will get you started:

    SELECT * FROM dbo.log_shipping_monitor_primary

    you would alter it for secondary if needed.

    This will get you the file name and the date. I don't think that there is anything that stores the file size.

    Petr

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

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