Category Archives: Presentations

Your First Week as a DBA

Summary: There are many accidental DBAs as well as people new to SQL Server who are assigned the responsibility of managing a database system. Learn about the most important things for you to examine on your first week. Abstract: Developers, … Continue reading

Posted in Presentations | Tagged , , | Comments Off on Your First Week as a DBA

Maintaining High Performance When Using Encryption

Summary: Encryption is becoming required in more and more environments, but implementing encryption can dramatically affect performance. Learn how you can maintain high performance while using encryption in your database. Abstract: Encryption is becoming required in more and more environments, … Continue reading

Posted in Presentations | Tagged , , | Comments Off on Maintaining High Performance When Using Encryption

Common Problems with Backup and Recovery and How to Handle Them

The basic concepts behind taking a backup are well understood, but people are frequently surprised by the many ways backups can go wrong. First, we’ll explore the most common problems around SQL Server backup and recovery, so that you can … Continue reading

Posted in Presentations | Tagged , | 1 Comment

Best Practices for Database Deployment

The easiest part of any deployment is running the deployment script on production. But what have you done to prepare that script for production? Was the script tested? Is the script tightly coupled with the application code? The difference between … Continue reading

Posted in Presentations | Tagged , | Comments Off on Best Practices for Database Deployment