SQL Backup Database Tables
dbenoit
Posts: 10
Greetings,
Is there a list available of the tables within the SQL Backup database. I know of some but I am wondering if there are others that will help in reporting for our environment.
Thanks in advance for any information you can provide.
Is there a list available of the tables within the SQL Backup database. I know of some but I am wondering if there are others that will help in reporting for our environment.
Thanks in advance for any information you can provide.
David
Comments
You can use SSMS to open this database. You can also use the sqbdata extended stored procedure to run queries against this database e.g.
There are only 6 tables in this database, 3 for backups and 3 for restores. They are backuphistory, backuplog, backupfiles, restorehistory, restorelog and restorefiles.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
Thank you for the information. I did know about the extended stored procedure from another post so, I was using that. Just wondered what other information might be available to us from your db for capacity planning and reporting.
Thanks again.