Problems displaying this newsletter? View online.
SQL Server Central
Featured Contents
Question of the Day
The Voice of the DBA
 

The Problem with AI Job Loss Headlines?

They Miss the Real Issue and Go for the Clickbait

Every few weeks, headlines scream about how artificial intelligence is coming for our jobs. The narrative is often the same: white-collar professions are at risk, automation is taking over, and we’re all doomed to obsolescence. The recent CNBC article listing "AI-safe" jobs, including painters, embalmers, and housekeepers, only reinforces this tired theme that frustrates me to no end. My professional opinion, as it highlighted the research data came from Microsoft, is that I expected better from their AI research team.  This has quickly become a tiring take at clickbait and they should do better.  While the jobs highlighted are undoubtedly important, the messaging leaves the average person with an unsettling question: “Is this the best the future has to offer us?”

Media Narratives vs. Reality

Most media coverage frames AI as a threat to sophisticated careers while pointing to a future where “safe” jobs require little training, creativity, or pay. This narrative does not resonate with workers who aspire to careers that challenge them intellectually, provide stability, and offer growth. Suggesting that the path forward is to cling to roles that barely sustain a living wage feels dismissive of human potential.  Recent buzz word terms like “digital twin”, promoting agentic AI’s ability to replace us and neglecting to recognize full capabilities just escalates this sound-deaf narrative.

The Bigger Picture: What’s Missing

I’ve discovered through my conversations in the public space, that the focus on job elimination overshadows discussions about job transformation. Many roles won’t disappear, they will simply continue to evolve. New industries, specialties, and technical careers will emerge. Yet, headlines rarely highlight opportunities where AI complements human skills instead of replacing them. This omission fuels fear rather than encouraging preparation and reskilling.

Why This Matters

When articles emphasize survival in low-skill, low-pay work, they send the message that innovation only leads to a future where a few thrive and the rest scrape by. This is not only inaccurate; it’s disheartening. People need to see a future where they can leverage AI to build meaningful careers, not just avoid extinction. The Bureau of Labor Statistics achieves higher marks from me considering the amount of realistic and promising statistics they use to guide individuals around AI and our future.

A Call for Better Conversations

We need social media, news stories, etc., to shift focus from sensationalism to options:

  • Highlight emerging roles that AI is creating, not just the ones it’s replacing.
  • Promote reskilling and lifelong learning as realistic ways to stay relevant.
  • Encourage innovation where AI augments human work, making jobs more fulfilling rather than less.
  • Stop Focusing on What Creates a Click and start to look at the nuances in the data trends that demonstrate realistic understanding of the issues, including downward trends that may have already been present in their field or industry.

AI is a tool and its impact depends on how society uses it. The conversation should empower all workers, no matter the industry, to adapt and thrive, not leave them feeling like the best they can hope for is to clean rooms or paint walls in a world run by machines.

The future of work shouldn’t be about survival; it should be about progress. If you’re curious, here’s the Bureau’s outlook for DBAs, a career we’ve been told has no opportunity in the future.

Peace out,

DBAKevlar

Join the debate, and respond to today's editorial on the forums

 
 Featured Contents
SQLServerCentral Article

Yet another Date Dimension

RevOX11 from SQLServerCentral

Evolution of code The thing with any bit of code that has been around for a while, is that when change comes along, the tendency is to cater for the change by adding new stuff, while nothing gets taken away.  Some stuff has  definitely been taken away from this Date Dimension, but some historical artefacts […]

SQLServerCentral Article

Advanced SQL Server Page Forensics: Detecting Page Splits and Allocations with DBCC PAGE

Chandan Shukla from SQLServerCentral

Page splits are an often-overlooked performance killer in SQL Server. In this article, we take a forensic look at how serial inserts differ from mid-table inserts, revealing why inserting rows out of order causes hidden page splits, increased IO, and fragmentation. Using a wide-column table, we demonstrate both scenarios and decode their impact with page-level analysis.

 

 Question of the Day

Today's question (by dbakevlar):

 

Always On Availability Groups and Capabilities

SQL Server Always On Availability Groups is the go-to HADR solution for the database platform.  Which of the following statements about SQL Server Always On Availability Groups are TRUE?

Think you know the answer? Click here, and find out if you are right.

 

 

 Yesterday's Question of the Day (by dbakevlar)

Capacity Planning for an Existing SQL Server Workload?

You're tasked with planning capacity for a new SQL Server database workload. Which of the following is the most accurate way to determine how much CPU, memory, and I/O throughput your workload requires?  What single or multiple tools would you use to answer the questions around resource needs?

Answer: Use Windows Performance Monitor (PerfMon), Query Store, and sys.dm_os_wait_stats to analyze historical CPU, memory, and I/O usage trends under peak load

Explanation: B. Use Windows Performance Monitor (PerfMon), Query Store, and sys.dm_os_wait_stats to analyze historical CPU, memory, and I/O usage trends under peak load Capacity planning for SQL Server requires a combination of tools to assess real-world usage. PerfMon provides system-level metrics (CPU %, Page Life Expectancy, Disk Queue Length), Query Store captures execution patterns and query-level performance over time, and sys.dm_os_wait_stats helps identify where resource bottlenecks (CPU, memory, I/O) occur. These metrics give a realistic view of what hardware the workload requires, but remember, you need to collect it for both normal and peak workload conditions if you're doing a cloud migration to identify what will be the real needs and make sure it's cost effective. For on-premise, the answer is "B".

Discuss this question and answer on the forums

 

 

 

Database Pros Who Need Your Help

Here's a few of the new posts today on the forums. To see more, visit the forums.


SQL Server 2019 - Administration
One of two secondary replias is stuck in restoring - Good afternoon, I had a 7.8 TB database that needed some work.  I removed the database from the AG, did my work, ran a backup (took 4 hours) and then added it back to the AG. That worked.  We have two secondaries with the primary in this AG.  The first secondary server (secondary replica #1) […]
Trouble Sending Email from Scheduled Job - I'm a little rusty with SQL, been away a while. I have SQL Mail set up, and I can get a test email with my company email. Good I set up an operator, with my same email, and checked "Enabled". I ran a Scheduled Job, with Notifications  -> Email -> My Operator name -> "When […]
Azure Data Lake
Low Level design for Error Logging for Data Pipeline - Hello, May someone please help me how to design Error Logging for the Data pipeline shown below. I am trying to design logging in Databricks CI Satellite EDLAP. Can I do it in ADLS Gen2 Silver layer or do I need to have any other component. Can Someone please help me how we can have […]
Reporting Services
Multipage report using Graphs - I don't know how to do this and I apologize if I don't explain it well. I have a report that shows data and a graph by month, but right now it is only for one job at a time. Create table #MyTempTable2 (Job varchar(6), Mth date, profit numeric(6,2)); Insert Into #MyTempTable2 (Job, Mth, profit) […]
Editorials
Hack Your Brain - Comments posted to this topic are about the item Hack Your Brain
Get Your Chores Done - Comments posted to this topic are about the item Get Your Chores Done
A Little Appreciation - Comments posted to this topic are about the item A Little Appreciation
Article Discussions by Author
How to Access and Use Azure Key Vault Secrets in an Azure Devops Pipeline - Comments posted to this topic are about the item How to Access and Use Azure Key Vault Secrets in an Azure Devops Pipeline
Connect Cloud Power BI to on prem SQL Server - Comments posted to this topic are about the item Connect Cloud Power BI to on prem SQL Server
Model Context Protocol (MCP): A Developer’s Guide to Long-Context LLM Integration - Comments posted to this topic are about the item Model Context Protocol (MCP): A Developer’s Guide to Long-Context LLM Integration
How to safely and surgically restore filegroups - Comments posted to this topic are about the item How to safely and surgically restore filegroups
Best Way to Repair SQL Database: How to Restore SQL Server? - Comments posted to this topic are about the item Best Way to Repair SQL Database: How to Restore SQL Server?
MongoDB and Python in action - Comments posted to this topic are about the item MongoDB and Python in action
SQL Server 2022 - Administration
How to configure Index maintaince plans in PAS server - Hi ,   i have configured PAS server but sql agent is not there how can i configure index rebuild and update stats automcatilly run. can anyone please suggest asap i need asap.
SQL Server 2022 - Development
Do I need admin rights to import or create new database - Good morning everyone. I am starting to learn SQL. For this purpose I have downloaded SQL Server and SSMS on my office machine. Both are installed successfully. However, when I try to import an excel file with SSMS I am not able to see import feature on my SSMS. I tried checking this GPT and […]
 

 

RSS FeedTwitter

This email has been sent to {email}. To be removed from this list, please click here. If you have any problems leaving the list, please contact the webmaster@sqlservercentral.com. This newsletter was sent to you because you signed up at SQLServerCentral.com.
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
webmaster@sqlservercentral.com

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -