
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
1,221 FOLLOWERS
Kendra Little answers burning questions from SQL Server Database Administrators and talks about her experiences as a DBA, consultant and trainer.
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
2M ago
In this episode, Michael J Swart joins the Dear SQL DBA podcast to talk about databases, automation, and how he’s come to illustrate some of the coolest blog posts ever to be written about data.
Check out Michael’s art and blog posts at michaeljswart.com, and explore his posts by illustration at https://michaeljswart.com/browse-articles-by-illustration ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3M ago
SQL Server has a new feature that’s currently only available in Azure SQL Database: Optimized Locking. Jeremiah Peschka joins the podcast to talk through the docs and nerd out on locks, blocks, and how to pronounce the acronym “LAQ”.
Learn more about this feature online:
Optimized locking article from Microsoft Learn
Transaction locking and row versioning guide ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3M ago
Ever wondered what it's like to be a VP or Director of Engineering? Kendra chats with Alex Robson about leadership in technology, what you can get out of coaching or an MBA program (should you be interested), and what makes a high performing team. We'll also chat about recommended content to hone your tech leadership skills.
Alex Robson's site and blog: https://robsonconsulting.services
Alex's content recommendations for folks who want to think more about technical leadership:
"I believe Camille Fournier and Will Larson are wonderful writers with invaluable insights and advice. For product thi ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3M ago
SQL Server performance tuning expert Erik Darling joins the podcast today to chat about how good queries can go bad, how bad queries can get better, and the question on everyone's mind: if he was a database, what database would he be?
This episode contains some mildly explicit language.
Erik's blog: https://erikdarlingdata.com/blog/ Erik's YouTube: https://www.youtube.com/@ErikDarlingData ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
4M ago
There are lots of jobs for data folks. In this episode, I'm discussing three hot job titles: Database Administrator (DBA), Database Reliability Engineer (DBRE), and Data Engineer (DE) To see the venn diagrams I made for these roles, visit https://catalyzesql.com/sql-comics ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
6M ago
I wrote a blog post inspired by Stephen Vakil's excellent suggested interview question, but I inverted it: When should you NOT choose SQL Server to store your data? My thoughts: * When you don't actually need a database * When you're not using structured data * When you want pure analytics, or something other than a workload involving OLTP * When you need to write to multiple nodes for a single database * When your team wants a PAAS solution (lil pedantic on this, the hosted versions are slightly different) * When your team needs a cheap solution What do you think?
This podcast is available in ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3y ago
It's Down Tools Week at Redgate. I share what "Down Tools Week" is, what I'm working on this week, and why I think it's a terrific experience for fostering creativity, innovation, and teamwork. In closing I share some thoughts on variations of this kind of project which you might use in your own organization, whether you are a developer, DBA, or have another role ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3y ago
Many people use entrenched processes for database development that have been in place so long that it's hard to imagine doing it any other way. In this episode, I share three things that should NOT be normal for database development-- but which are incredibly common. This episode is inspired by the book, "The Unicorn Project", by Gene Kim ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3y ago
I'm not an expert on collation in SQL Server, but there are a few important facts which I've had to learn the hard way. In this episode I share the basics, along with helpful resources to learn more.
One small localization correction: the default collation on a SQL Server install will be "the oldest available version that's associated with each specific locale." So if your Windows installation has a different localization than mine (which are generally English USA), then you'll see a different default collation -- but it still won't be the recommended collation for *new* development ..read more
Dear SQL DBA | A Podcast for SQL Server DBA's & Developers
3y ago
Learning Git can be daunting for DBAs. In this 20 minute episode, I discuss why learning a VCS is necessary for DBAs, then give three tips on scoping your project, choosing the right tools, and making sure the project is successful. The cheat sheet I mention in the episode is at https://littlekendra.com/2019/11/27/my-git-cli-cheat-sheet ..read more