Azure SQL Database Data Integrity Checks

If you remember last month I wrote about DBCC CHECKDB and Azure SQL Database, more specifically whose responsibility (Microsoft’s) it is and ponderings on how it is actually done. (https://blobeater.blog/2017/09/04/dbcc-checkdb-azure-sql-database/)

Recall that is consumes a lot of DTUs running CHECKDB on your Azure SQL Database so I had doubts that it is something we as users should be doing, well I am happy to say there is now official documentation on this subject.

I did a quick overview chart on techniques used and all of them make sense.

chart

You can find the article here: https://azure.microsoft.com/en-us/blog/data-integrity-in-azure-sql-database/

Please see the link for more details especially how they would deal with YOUR DATA if integrity is comprised i.e. corruption. It is quite thorough. I particularly like the lost write protection where it tracks page writes and their associated LSNs (Log Sequence Numbers).

Enjoy.

1 thought on “Azure SQL Database Data Integrity Checks

  1. Pingback: 70-532 Developing Microsoft Azure Solutions Study Notes | Loosely coupled but highly cohesive

Leave a Reply