We have a web application (ASP.NET MVC) that uses SQL Server 2008 for its database.
Since data is important to us (and our customers), we have a backup and recovery strategy, which in a nutshell looks like this:
-Weekly: Full database backup -Nightly: Differential backup -Hourly: Log backup
Our strategy was greatly influenced by listening to the Kimberly Tripp webcast (which can be seen here: https://msevents.microsoft.com/CUI/EventDetail.aspx?culture=en-US&EventId=1032278589&CountryCode=US ).
Question:
As we study moving a database in SQL Azure, I wanted to know if anyone had added a similar backup and restore strategy in SQL Azure.
Has anyone encountered known issues when trying to create a backup and recovery strategy using Azure?
Thanks for any help with this.
sql azure
Vlince
source share