Database-Administration

Category: database-administration

Using a Tail Log Backup in a SQL Server Migration (Dear SQL DBA Episode 34)

Using a Tail Log Backup in a SQL Server Migration (Dear SQL DBA Episode 34)

on March 16, 2017

When you migrate a database, it can be useful to prove that you moved all the data and didn’t miss any transactions. Learn how to use a tail log backup in a migration scenario.

Continue reading

Stack Dumps in SQL Server (Dear SQL DBA Episode 33)

Stack Dumps in SQL Server (Dear SQL DBA Episode 33)

on March 9, 2017

Learn what a Stack Dump is in SQL Server and watch a demo where I cause a stack dump against a test SQL Server instance under load. Learn how to find information about stack dumps on your SQL Server, and how to escalate them when required.

Continue reading

WAL: The concept that makes recovery models & backups make sense (Dear SQL DBA Episode 32)

WAL: The concept that makes recovery models & backups make sense (Dear SQL DBA Episode 32)

When you’re a Junior DBA, it’s really hard to take in all the information out there.

Learn about write ahead logging: the concept that can help you make sense of recovery models and backup strategies in SQL Server. This is a foundational concept that helps you understand how SQL Server works.

Continue reading

The BabbyNames Sample Database - Now on GitHub

The BabbyNames Sample Database - Now on GitHub

on February 28, 2017

1960 was the most popular year to name your baby ‘Dino’, with 386 Dinos born.

Continue reading

Will the Cloud Eat My DBA Job? (Dear SQL DBA Episode 31)

Will the Cloud Eat My DBA Job? (Dear SQL DBA Episode 31)

Will cloud services render DBAs obsolete? Does the cloud mean that developers will use less of SQL Server? In this post I talkΒ about the future of database administration and give tips on strategizing your career.

Continue reading

Administering COTS databases (ISVs / Third Party Vendors)

Administering COTS databases (ISVs / Third Party Vendors)

I recently received a question from a vendor about databases created by software vendors.

Continue reading

Limiting Downtime for Schema Changes (Dear SQL DBA Episode 25)

Limiting Downtime for Schema Changes (Dear SQL DBA Episode 25)

You need to release schema changes while the SQL Server is in use. Learn why code generation tools write odd scripts and how to stay sane amid rapid releases in this 28 minute video… or scroll down to read a summary.

Continue reading