SQL Datbase Diff Backup

Handian Sudianto 6,186 Reputation points
2025-08-06T04:18:34.73+00:00

What mean from Diff backup Frequency? My value set to 12 hours, this mean the database will be backup every 12 hours?

User's image

Azure SQL Database
{count} votes

Accepted answer
  1. TP 131.6K Reputation points Volunteer Moderator
    2025-08-06T04:38:58.45+00:00

    Hi,

    Each week it performs a Full backup, plus every 12 or 24 hours (12 in your case) it does a Differential backup, plus approximately every 10 minutes it does log backup. When you do a restore it will automatically determine the combination of backups needed.

    Below article explains in detail how backups work in Azure SQL Database:

    Automated backups in Azure SQL Database

    https://learn.microsoft.com/en-us/azure/azure-sql/database/automated-backups-overview?view=azuresql

    -TP


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.