Service-Service Restore Support in Azure SQL Database

Service-Service Restore support is a built-in feature in Azure SQL Database that automatically creates daily database and logs backups every five minutes.

Blair Greenwood

April 29, 2014

1 Min Read
Service-Service Restore Support in Azure SQL Database
Image Credit: Microsoft

Q: What's the Service-Service Restore support feature in SQL Database, and why does it matter?

A: Service-Service Restore support automatically creates daily database backups and logs backups every five minutes. Additionally, the support is built into Azure SQL Database for all tiers, including the Basic tier.

Related: Microsoft Announces New Azure SQL Database Tiers

This support feature is especially useful for individuals who might have accidentally experienced data loss and have no backup on hand to restore it. Daily backups are also stored in geo-replicated Azure Storage, which stores a copy of your backups at least 500 miles away from your primary region.

With this functionality, users can restore their databases to a specific point in time in the past, as long as it's within the specified backup retention policies of your service tier:

  • Basic Tier. Restore from most recent daily backup.

  • Standard Tier. Restore to any point within the last seven days.

  • Premium Tier. Restore to any point within the last 35 days.

 logo in a gray background |

Restores can be retrieved through Microsoft’s provided API or through the Azure Management Portal.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like