sp_iqbackupsummary Procedure

Summarizes backup operations performed.

Syntax

sp_iqbackupsummarytimestamp or backup_id ]

Parameters

Privileges

You must have EXECUTE privilege on the system procedure.

Remarks

sp_iqbackupsummary Columns

Column Name

Description

backup_id

Identifier for the backup transaction

backup_time

Time of the backup

backup_type

Type of backup: “Full,” “Incremental since incremental,” or “Incremental since full”

selective_type

Subtype of backup: "All Inclusive," "All RW files in RW dbspaces," "Set of RO dbspace/file"

virtual_type

Type of virtual backup: “Non-virtual,” “Decoupled,” or “Encapsulated”

depends_on_id

Identifier for backup that the backup depends on

creator

Creator of the backup

backup_size

Size, in KB, of the backup

user_comment

User comment

backup_command

The backup statement issued (minus the comment)

Example

Sample output of sp_iqbackupsummary:

backup_id   backup_time             backup_type   selective_type   virtual_type
      883   2008-09-23 13:58:49.0   Full          All inclusive    Non virtual

depends_on_id   creator   backup_size   user_comment   backup_command
            0   DBA                10864               backup database to
                                                         'c:\\\\temp\\\\b1'
Related reference
Determining the Security Model Used by a Database