In this survey, I'm interested in how often you perform a full database backup of your production databases. I'll editorialize the results in a week or two.
Thanks!
Error fetching product.
In this survey, I'm interested in how often you perform a full database backup of your production databases. I'll editorialize the results in a week or two.
Thanks!
Jonathan had a client issue recently where SQL Server’s buffer pool had been forced down to a ridiculously small size, only a few hundred MB,
(This post first appeared on SQLperformance.com four years ago as part of a blog series, before that website was mothballed later in 2022 and the
One of the easiest ways to increase query performance in SQL Server is to make sure that it can quickly access the requested data, and
Spring is already in the air here in Redmond so time for March Madness! Hundreds of dollars lower-than-ever prices on our signature 158-hour Blackbelt training
In the previous Curious Case I described an issue Jonathan had at a client with very long IAM chains, and the circumstances leading to it.
(The original version of this post first appeared on the now-deleted SentryOne blog at the start of 2022.) One of the most fundamental concepts in
With training and consulting from SQLskills, you’ll be able to solve big problems, elevate your team’s capacity, and take control of your data career.
4 thoughts on “Survey: how often do you perform a full backup?”
Once a week.
Details details…
Full backups Daily, tlog every 15 or 30 minutes depending upon customer needs.
Full backups & matching tlogs (just to maintain an obvious timeline) are kept available for several weeks until manual Restore testing has been performed and a known good full backup is verified – only official verified good ones are moved offsite, all others are "recycled."
We suggest customer keep as many around / online as possible "just incase" – you never know when you need to restore to. Several automate the Restore testing, or use log shipping as their testing and maintaining of warm backup.
-Mike
Daily in most of the environments(tlogs depending on the business needs) and Full (once a week) + differentials in environments where we have VLDBs or problems like SAN "overcommitting". The latter is beautiful, by the way. Just put all servers on the same SAN…