Blog

  • SQL Server Backup Encryption and Compression

    SQL Server Backup Encryption and Compression

    In SQL Server you can also compress your encrypted backups. Unlike TDE this has been possible with Backup Encryption since the feature was first made available, and there have been no issues that have required fixing – though as always you should still test that restores work correctly. As mentioned in my post about compression… Read more

  • Statistics Parser

    Statistics Parser

    Using Statistics Parser to easily read output from STATISTICS IO and STATISTICS TIME. Read more

  • Backup Encryption Performance

    Backup Encryption Performance

    Unlike TDE, there is some extra CPU overhead when you take an encrypted backup as the data has to be encrypted before being written to disk – whereas with TDE the data is already encrypted. Backup times however are unlikely to be affected significantly as the bottleneck is usually going to be the time it… Read more

  • Why you still need DBA resource in the cloud

    Why you still need DBA resource in the cloud

    Why a DBA, rather then being redundant, is even more valuable when your databases run in the cloud. Read more

  • Backup Encryption in SQL Server

    Backup Encryption in SQL Server

    In this post we look at how you work with the Backup Encryption Feature in SQL Server. Read more

  • Measuring SQL Query Performance

    Measuring SQL Query Performance

    Using STATISTICS IO and STATISTICS TIME to measure query overhead. Read more