Database-Administration

Category: database-administration

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

When Did SQL Server Last Update That Statistic? How Much Has Been Modified Since? And What Columns are in the Stat?

When Did SQL Server Last Update That Statistic? How Much Has Been Modified Since? And What Columns are in the Stat?

Whether I’m working as a DBA, a consultant, a teacher, or just answering questions in my inbox, I always end up needing a script to inspect statistics one way or another.

Here are some freshly written scripts for a classic DBA question: what’s going on in my stats?

Continue reading