SQL Interview: 86 Striped backups
This is a post in the SQL Interview series. These aren’t trick or gotcha questions, they’re just questions designed to scope out a candidate’s knowledge around SQL Server and Azure SQL Database.
Section: Administration Level: Medium
Question:
What are striped backups and why would you use them?
What do they need to be effective?
Answer:
Striped backups cause stripes of the backup to be written to multiple files. This is done to increase performance.
2025-10-15