Procedures Related to BackupSet

  • Hi,

    Are there any procedures in SQLServer related to backupset. I mean that does SQLServer comes with any stored procedures that I can use to get the information about the Backupset for example: How may backupsets are in Transaction log file things like that....I know I can use the RESTORE HEADERONLY command but I'm interested in stored procedures.

    Thanx.

    Muneeb.

  • If you mean details of a backup then kinda, look the following tables in msdb database.

    backupmediafamily

    backupmediaset

    backupset

    but no SPs other than to delete history and I haven't taken time to build any myself.

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

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