
Voice of the DBA
Steve Jones
All episodes
Best episodes
Seasons
Top 10 Voice of the DBA Episodes
Goodpods has curated a list of the 10 best Voice of the DBA episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to Voice of the DBA for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite Voice of the DBA episode by adding your comments to the episode page.

Separate Reads
Voice of the DBA
11/13/24 • 2 min
Recently I was watching a presentation on how to scale performance in your SQL Server environment and one of the suggestions was setting up Availability Groups (AGs) and having read-intent connections that would query the secondary and not the primary. It's not a bad idea, and the SQL Native Client (and other drivers) support this and make it easy to implement.
The pattern of using multiple connections in an application, one for reads and one for writes, has been suggested often. However, in practice, I've rarely seen this work. Apparently having a connection variable, named dbConn, for writes and a second one, named dbConnReadOnly, for reads is too complex for most developers or teams.
Read the rest of Separate Reads

A Checklist for Learning
Voice of the DBA
08/12/24 • 3 min
One of the challenges many people have is focusing their learning efforts along some path. The best way to move forward is with steady effort that guides you through steps to build knowledge or skill. However, with so much information out there on the Internet, how do you decide where you focus your efforts?
Lots of people choose a random method, but the world is full of those people, many of whom never develop strong skills. That might be fine if you are an hobby guitarist or piano player, but it's not the best way to approach your career.
Read the rest of A Checklist for Learning

Prevent Complete SQL Injection
Voice of the DBA
08/13/24 • 2 min
I would hope most of you reading this know what SQL Injection (SQi) is and how you can prevent it. Or at least what patterns cause problems. If not, here's a short explanation that is worth reading. If you have more questions, ask in our forums.
SQL Injection has been, and continues to be, a problem in many systems. In fact, I chatted with Mike Walsh recently after he'd published this post on an attack for one of his clients. He has some notes that explain how your database server might be vulnerable, as well as a description of a recent attack example. He also notes that many of you are responsible for protecting data, which is separate from other security mechanisms. You need to be sure you are protecting your data, even in vendor applications.
Read the rest of Prevent Complete SQL Injection

The Vast Expansions of Hardware
Voice of the DBA
10/17/24 • 5 min
At the Small Data conference recently, one of the talks looked at hardware advances. It was interesting to see a data perspective on hardware changes, as many of us only worry about the results of hardware: can I get my data quickly? In or out, most of us are more often worried about performance than specs. However, today I thought it might be fun to look at a few changes and numbers to get an idea of how our hardware has changed, in the march towards dealing with more and more data. Big data anyone?
In thinking about disks, I saw a chart that looked at the changes from HDD (hard disk drives) to SDD (solid state drives) to NVMe (Nonvolatile Memory Express). These show read speeds going through the list from 80MB/S to 200MB/s to 5000+MB/s. That's a dramatic change, and not one only in high-end arrays. There are off-the-shelf drives you can put in a desktop that read this fast. If you think about some of the early IBM drives, which read at 8800b/s. Growth in disk speed, inside the timeline of our careers, has grown by a few orders of magnitude in read speed.
Read the rest of The Vast Expansions of Hardware

Bad Stored Procedures
Voice of the DBA
09/19/24 • 3 min
I don't see a lot of SQL at The Daily WTF, but this one was great. It's a stored procedure that was likely just converted from embedded code, as noted by the poster. It's a strange set of code, that doesn't quite make sense to me, and I can't imagine why someone wrote it. Arguably, this is no better than having this code in a C# or ASP.NET application.
Or is it?
Read the rest of Bad Stored Procedures

The AI/Human Spectrum
Voice of the DBA
12/13/24 • 4 min
I was asked this question recently: is it more likely that AI will replace humans or assist them in their work?
It's a good question. If you think about the way AI is being hyped in 2024, many people think AI is, or will soon be, replacing people and we need less of them in work. I guess the simplified view is that AI can do the jobs of many people, but I'm not sure the world is that simple. What I think is more likely is that AI becomes a lever that assists a few people in getting more work done and potentially replacing other, less knowledgable humans.
Read the rest of The AI/Human Spectrum

Why Would You Do That?
Voice of the DBA
12/09/24 • 3 min
I was listening to someone at Microsoft talk about their product recently. I can't disclose which one it was, but lots of people use this product and are impacted by changes. The particular thing that caught my attention was that the presenter noted there was a breaking change in the new version for some people. This wasn't a huge change or one that would affect a lot of people, but it was a breaking change for a few.
Another attendee asked this question: I would tend to do xxx instead of what you showed, so why would you do this?
Read the rest of Why Would You Do That?
Show more best episodes

Show more best episodes
FAQ
How many episodes does Voice of the DBA have?
Voice of the DBA currently has 168 episodes available.
What topics does Voice of the DBA cover?
The podcast is about News, Tech News, Podcasts and Technology.
What is the most popular episode on Voice of the DBA?
The episode title 'The Biggest Database Professional Challenges Today' is the most popular.
What is the average episode length on Voice of the DBA?
The average episode length on Voice of the DBA is 3 minutes.
How often are episodes of Voice of the DBA released?
Episodes of Voice of the DBA are typically released every 3 days.
When was the first episode of Voice of the DBA?
The first episode of Voice of the DBA was released on Apr 8, 2014.
Show more FAQ

Show more FAQ