Jim
Jim

Reputation: 1

Azure SQL backup restore from Microsoft?

Our Azure SQL database had two columns removed. Unfortunately we did not have a backups or restore points enabled. Does Microsoft take a daily backup of our data? if so how do we get it back?

Upvotes: 0

Views: 107

Answers (1)

4c74356b41
4c74356b41

Reputation: 72151

Yes, even if you are using the cheapest tier, you are offered 7 days of backups (more days on "better" tiers). You can find those in the portal. And they are not daily, they are point in time.

Check this article: https://learn.microsoft.com/en-us/azure/sql-database/sql-database-business-continuity or this: https://azure.microsoft.com/en-us/blog/azure-sql-database-point-in-time-restore/

Upvotes: 3

Related Questions