I'd like to share with you this simple snippet (answering my own question) and I'm also curious how do you control your SQL server backups.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
One of the slickest ways I've seen to control backups is Ola Hallengren's free maintenance script solution: It's installed as a series of stored procs in Master that do all kinds of nifty utility tasks. It'll automatically handle newly added databases, leverages third party backup compression tools, and does index rebuilds/defrags too. |
|||
|
|
|
This query draws from msdb backup history and shows volumes and numbers aggregated weekly. It should be straightforward to modify it to fit your specific needs.
|
|||
|
|