Problems displaying this newsletter? View online.
Database Weekly
The Complete Weekly Roundup of SQL Server News by SQLServerCentral.com
Hand-picked content to sharpen your professional edge
Editorial
 

AI Observability Challenges in FinOps as a DBA

I was performing research for requested AI work and noticed that I was viewing the risks from a database perspective.  As the saying goes in the tech industry, “Once a DBA always a DBA…”  As foreign as some of the views were, much of it feels familiar and I simply begin to look at it from the database layer up, not just the AI layer down.

Understanding that 98% of FinOps practitioners now manage AI spend, up from 31% just two years ago, is not surprising.  AI is everywhere, including databases, applications, DevOps and operations. Seventy-three percent of agentic AI implementations blow their budget, some by more than 2.4x and considering the amount of initial demand to spend tokens and now the blowback on cost, it’s not surprising. One bank burned through a cost model three separate times just to figure out what a mortgage application actually costs to process with an agent in the loop, so the dichotomy is real.

What surprised me was realizing how differently it lands for someone who knows a DBA’s main job is keeping Oracle RAC clusters breathing for a bank, or other FinOp organization. We've been doing cost governance the hard way for two decades, especially with the cost of Oracle and we just never called it FinOps.

My Life for Decades

Every Oracle DBA managing mission-critical systems has already fought the exact war this article says enterprises are just now discovering unpredictable consumption, a bill that doesn't map cleanly to a business outcome, and executives who want a single number for something that is actually eleven moving parts.

Oracle licensing taught us this lesson before "tokenomics" was a word. Core-based licensing, NUP counts, Database Options that quietly activate and start accruing cost the moment a feature gets touched, RAC node counts that ripple through the entire license calculation, and I won’t even start on management packs.  We have spent years building the muscle to say, "here is exactly what this workload costs, what is capacity planning, and here is why," and if we didn’t, an audit would eventually make us. The article's case study, which is a bank needing seven months and three cost-model rewrites to understand what an AI-assisted loan actually costs once you add vector queries, tool calls, human review minutes, and compliance logging, simply reads like a rookie mistake to someone who's had to defend an Oracle Enterprise Edition renewal to a CFO who thinks "the database" is a one line item.

So, when the article says the number one requested FinOps capability is granular monitoring of AI spend, and that commercial tooling hasn't delivered it at scale?  I do believe it because that's exactly the state Oracle cost was around 2008.  We didn't get there by wishing, but because uptime and budget were both non-negotiable at the same time, for years, and the tooling had no choice but to be built in-house or via demand by vendors.

Here's My Actual Concern…No, It’s Not Cost

The dollar figures in that article don't scare me…remember, I come from the Oracle side of the database world. What scares me is the sentence about only 8% of FinOps teams reporting to a CFO, with the other 92% sitting inside technology orgs and because I know exactly what that org chart produces. It produces a world where the person accountable for uptime is also, by default, becoming accountable for margin, without anyone formally handing them that job or the tools so they can produce what they need to be accountable.  I was always aware that my team was the last one to get the resources we required to do the job.  Resources were for users, not support of the organization and AI is too much a tsunami to let that scenario repeat itself.

When an agentic workload starts hammering a RAC cluster with retrieval queries at 3am because nobody throttled it, which I know is already happening today, it’s not because the DBA owns the AI budget, but because they own the database that's now gasping under load it was never capacity-planned for. The article's framing of "the token as a unit of corporate currency" is cute until you realize the vector database absorbing that agent's retrieval traffic doesn't bill in tokens. It bills in CPU/GPU, I/O, and memory, which are the resources DBAs have spent their careers optimizing from this type of undisciplined growth.  We’ve been the guardians effectively ensuring that growth was justified before it became a budget line item.

The mortgage case study buried the number that should worry anyone reading this: token cost was only 22% of the total per-loan AI cost. The other 78% included tool calls, vector queries, human review, compliance logging and all of that ends up as infrastructure. That's our world, not the model vendor's and nobody in that “73% over budget” group was thinking about database capacity planning when they scoped the pilot; they were thinking about the model bill, because that's the number that shows up on a slide.

What Lets Me Exhale

The truth is it’s not a smaller number and a more honest truth is that DBAs again need a seat at the table before the workload ships, not after it's already melting a database to ensure that we optimize, not just functionally achieve a goal of innovating to ensure the organization doesn’t go broke or go down before they reach the finish line.

Specifically, I’d like to see three things as part of organization’s goals when AI and databases are involved:

A pre-production cost and capacity review that includes the database, not just the model. The article's own 90-day framework calls for a "90-day cost projection signed by both engineering and finance before launch."  Great, but the projection doesn't include a capacity plan signed by whoever owns the database tier, it's incomplete.

Governance that treats database load as a first-class guardrail, the same way token budgets are becoming one. NVIDIA capping engineer token spends and Chamath instituting token caps at portfolio companies is the same instinct DBAs have applied to session limits, resource consumer groups, and I/O throttling for years.

Someone above me, not just beside me, who can see both ledgers. The article calls the 8% number the real headline, and I agree, but I'd go further: even inside technology orgs, databases and AI platform engineering often don't share a governance table. I don't need to own the AI budget. I need whoever does own it to understand the database platform as part of the requirements.

History repeats itself, but with AI, it’s moving at the speed of light.  Main functionality is part of every mission critical database and to forget that in the light of AI innovation and negligence about efficiency and cost is a penchant for disaster.  The FinOps world is currently writing about how many times it’s learning and relearning this.  As critical as these workloads are, it’s time to stop and mature.  We’ve always had a problem seeing the data ecosystem and AI is dependent upon it as most other systems are.

Source: AI FinOps in 2026: 73% Blow Budget, 98% Now Track, Rajesh Beri, The Daily Brief

 

Peace out,

DBAKevlar

Join the debate, and respond to the editorial on the forums

 
 
The Weekly News
All the headlines and interesting SQL Server information that we've collected over the past week, and sometimes even a few repeats if we think they fit.
Vendors/3rd Party Products

Blue-Green Deployments: But What about the Database?

Shared-database Blue-Green deployments help teams extend safer, phased application releases to the database. This article explains how the Expand-Contract pattern allows us to make backward-compatible database changes, keeping old and new application versions working side by side, while Flyway Enterprise ensures that these changes are always controlled, visible, tested and reliable.

AI/Machine Learning/Cognitive Services

99% of database professionals are seeing AI benefits. So why are the security challenges increasing?

AI is delivering real wins for database teams - 99% report measurable benefits - but security concerns have climbed to 64%, and over half of organizations are knowingly accepting more risk for the efficiency gains. Redgate's 2026 State of the Database Landscape - AI Edition report digs into why governance is lagging behind adoption, and what to fix first.

The best AI developer tools in 2026: from coding agents to code review

AI developer tools have matured fast. In 2026, most engineering workflows touch at least one AI coding agent, code reviewer, or research assistant — but the right combination depends heavily on your team size, codebase, and tolerance for setup overhead. This guide breaks down the tools actually worth using across three categories: research and architecture, day-to-day development, and code review, based on real, hands-on experience.

I let AI build my API. Here’s what happened (building an app with an AI LLM, part four)

Building an API with AI is fast, but it’s not hands-off. In this article, Grant Fritchey uses Microsoft CoPilot and GitHub Copilot to generate a secure REST API for his built-by-AI application, dbRosetta, by connecting a PostgreSQL database to a future WordPress front end via Azure. Learn the full process, and discover exactly what worked – and what didn’t.

The Download: AI hiring biases, and weather data sabotage

From Technology Review Feed - Tech Review Top Stories

This is today’s edition of The Download, our wee...

Advancing next-gen AI with materials science innovation

From Technology Review Feed - Tech Review Top Stories

The conversation about AI often centers on algorit...

MCP Architecture Overview

From Mainri

MCP stands for Model Context Protocol. It is an o...

MCP Protocol (Model Context Protocol)

From Mainri

MCP (Model Context Protocol) is an open standard p...

Kimi K3's Demand Surge Shows AI Success Now Depends on Compute

From Past News - RSS Feeds

Moonshot AI paused new Kimi K3 subscriptions after...

Administration of SQL Server

The art of SQL Server query tuning and execution plans – with Hugo Kornelis

Grant Fritchey is joined by SQL Server veteran and long-time Microsoft MVP, Hugo Kornelis, to talk all things SQL Server query tuning, execution plans, and more. You’ll hear about some of the problems Hugo’s encountered during his consultancy career, what SQL Server has in common with a highway, and Hugo’s thoughts on AI – plus much more.

How SQL Server maintenance becomes an attack path – and what to do about it

This article covers four connected areas: over-privileged database users, msdb and SQL Server Agent exposure, privileged maintenance jobs, and trigger-based permission hijacking. For each area, we will look at why the risk exists, what signs a DBA should look for, what specifically to monitor, and how to mitigate the exposure.

JSON Index Internals in SQL Server

From Curated SQL

Hugo Kornelis looks into one of the newest types o...

Removing In-Memory OLTP from a SQL Server 2025 Database

From Curated SQL

Niko Neugebauer concludes a series on in-memory OL...

Restore SQL Server Database to an OrbStack Container

From SQLServerCentral Blogs

In the previous post, we've built a SQL Server 202...

Database Animations: You’ve Heard of Page Splits. Here’s What They Really Mean.

From Brent Ozar Unlimited

You’ve heard that page splits are bad, and they?...

 
Backup and Recovery

Estimating Disk Space from .BAK Files

From Curated SQL

Garry Bargsley runs the numbers: Today’s post co...

Data Science

Ways to Impute Missing Data in R

From Curated SQL

The DataScience+ desk compares methods: Missing da...

How to get clean, usable data out of SQL Server into Python

From Simple Talk

Build scalable data pipelines by pushing transform...

DocumentDB/Key-Value/Graph/other NoSQL Databases

Kusto Detective Agency – Echoes of Deception, Case 7

From Curated SQL

Tom Zika has a new solution: A cyber-criminal on t...

HA/DR/Always On/Clustering

Removing and Re-Adding Databases into Distributed AGs

From Curated SQL

Jordan Boich administers a database in a distribut...

Microsoft Fabric ( Azure Synapse Analytics, OneLake, ADLS, Data Science)

How to automate Fabric data agent testing with promptfoo and GitHub Actions

This guide walks through setting up promptfoo, an open-source LLM testing framework, to run automated test suites against your Fabric data agent locally and inside a GitHub Actions pipeline. The result? Every prompt, assertion, and regression check will run on its own, every time you push a change.

What Is Fabric App or Rayfin and Why You Should Care

From RADACAD

Imagine an application built entirely inside the M...

Thoughts on Fabric User Data Functions

From Curated SQL

Jon Lunn shares some thoughts: Fabric User Data Fu...

Oracle/MySQL/other RDBMS

Comparing MySQL Enterprise Monitor with Oracle Enterprise Manager for MySQL – which is best?

From Simple Talk

Comparing MySQL Enterprise Monitor and Oracle Ente...

Performance Tuning SQL Server

Where Did You Get That Query Plan From? (And Why It Matters) – Part 2 (video)

From Deb the DBA

This is the second part of the series. Hopefully y...

SQL Server Performance Office Hours Episode 69

From Erik Darling Data

SQL Server Performance Office Hours Episode 69 To ...

How Hard Is It to Trigger SQL Server 2025's DOP Feedback?

From SQLFingers

When Microsoft introduced Degree of Parallelism (...

PostgreSQL

Hans-Juergen Schoenig: Moving to pg_hardstorage without changing your recovery strategy

From Planet Postgres

Changing a PostgreSQL backup solution involves muc...

Christophe Pettus: All Your GUCs in a Row: file_copy_method

From Planet Postgres

PostgreSQL 18's `file_copy_method = clone` can cop...

Cornelia Biacsics: Contributions for week 28

From Planet Postgres

On 15 July 2026, the Prairie Postgres Meetup Group...

Regina Obe: PostGIS 3.7.0beta1

From Planet Postgres

The PostGIS Team is pleased to release PostGIS 3.7...

Cornelia Biacsics: Building The OAPE PostgreSQL Certification

From Planet Postgres

Building the OAPE PostgreSQL Certification I?...

Abhisek Goswami: PostgreSQL vs Destructive Time Travel: The Year 2038 Problem

From Planet Postgres

Time, Physics, Mathematics, and Databases Phys...

Paul Jungwirth: TQuel Paper

From Planet Postgres

With UPDATE/DELETE FOR PORTION OF looking like it ...

Christophe Pettus: All Your GUCs in a Row: from_collapse_limit

From Planet Postgres

Subqueries in FROM clauses get flattened into the ...

Floor Drees: Big Apple, Big PostgreSQL: EDB at Postgres Summit US 2026

From Planet Postgres

Postgres Summit US 2026 (formerly: PGConf NYC) wil...

Ahsan Hadi: Hybrid Search in PostgreSQL: BM25, Sparse Vectors, and Reciprocal Rank Fusion

From Planet Postgres

In my previous blog on the pgEdge Vectorizer and R...

PowerPivot/PowerQuery/PowerBI

Develop Faster in Power BI by Filtering Your Data

From Andy Broadsword

When developing Power BI models, we don’t always...

Shrinking Power BI Datasets via Parameter Filtering

From Curated SQL

Andy Brownsword’s appeal is becoming more select...

SSRS Is Dead. Here's The Move to PBIRS.

From SQLFingers

A few months back I wrote SSIS Is Not Dead. Yet., ...

Power BI Performance in 2026: A Practical Guide to Faster Semantic Models and Reports

From SQLServerCentral Blogs

Originally published April 2022; substantially upd...

SQL Server Security and Auditing

Finding Internet-Exposed SQL Server Instances

From Curated SQL

Vlad Drumea does some sleuthing: In this post I di...

Securing SQL Server Maintenance Tasks

From Curated SQL

Fabiano Amorim shares some advice: SQL Server is ...

T-SQL and Query Languages

T-SQL Tuesday Roundup: You Know A Query’s Gonna Be Bad When…

From Brent Ozar Unlimited

For this month’s T-SQL Tuesday, I invited y’al...

Learn T-SQL With Erik: DATEDIFF Considerations

From Erik Darling Data

Learn T-SQL With Erik: DATEDIFF Considerations Cha...

SQL Server vs Fabric Warehouse: T-SQL gotchas nobody warns you about

From Purple Frog Systems

Fabric Warehouse looks just like SQL Server. It us...

Learn T-SQL With Erik: Don’t Be Slack With Data Types

From Erik Darling Data

Learn T-SQL With Erik: Don’t Be Slack With Data ...

Tools for Dev (SSMS, ADS, VS, etc.)

Data Quality and Observability: A Field Guide in Six Parts

From Journey to SQL Authority with Pinal Dave

Master data quality and observability in six parts...

Creating a SQL Server 2025 Availability Group in SSMS

From Curated SQL

 

 
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. Note: This is not the SQLServerCentral.com daily newsletter list, and unsubscribing to this newsletter will not stop you receiving the SQL Server Central daily newsletters. If you want to be removed from that list, you can follow the instructions on the daily newsletter.
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
webmaster@sqlservercentral.com

 

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