by Justin Figg · SQL Server & Hybrid Architecture

The
AI-Powered
DBA

Governance-first frameworks for AI-augmented SQL Server environments. Two books. One production toolkit. Real implementation knowledge.

$8.99
Justin Figg
The
AI-
Powered
DBA
(Second Edition)
Architecting Augmented SQL
Ecosystems in Hybrid Environments
$8.99 Kindle · Paperback
Justin Figg
The
AI-
Powered
DBA
Technical Manual for AI-
Augmented SQL Server
& Hybrid Architecture
$2.99 Kindle eBook
📚
2 Published BooksLive on Amazon KDP · Kindle & Paperback
🗄️
SQL Server SpecialistHybrid Cloud · Azure SQL · AWS RDS
⚙️
SQLRPA Tool · BetaGovernance-first SQL automation
🎯
AI Readiness ConsultingArchitecture assessments & advisory

Not theory. Production-grade implementation knowledge.

Justin Figg
The
AI-
Powered
DBA
Technical Manual
SQL Server

The AI-Powered DBA
First Edition

$2.99 Kindle eBook

The original technical manual. 26 chapters of SQL Server implementation knowledge — advisory control planes, deployment risk scoring, and predictive capacity modeling.

26 implementation chapters
5 appendices with SQL scripts & YAML configs
Governance templates included
SQL Server 2016+ focused

The framework behind the books.

01 / 05

Advisory Control Plane

AI in an advisory role with deterministic guardrails. Recommendations require human authorization at defined risk thresholds — never autonomous execution.

02 / 05
🔍

Deterministic Detection

Rule-based logic first. ML layers augment — never replace — proven detection heuristics. Predictable, auditable, defensible.

03 / 05
🛡

Governance Layer

Every AI action is logged, auditable, and reversible. Compliance-ready from the architecture up — not bolt-on compliance after the fact.

04 / 05
🔁

DevOps Integration

Risk scoring and schema validation baked into CI/CD pipelines. Catch problems in staging, not during a production incident at 2am.

05 / 05
📈

Predictive Modeling

Capacity and performance forecasting 60–180 days out. Stop reacting to growth surprises. Start positioning infrastructure ahead of demand.

Deep Dive
📖

Full detail in the books

Both editions cover complete implementation — SQL scripts, YAML configs, governance templates, and real production architecture patterns.

Get the Books →
Now in Beta
SQLRPA

The governance-first SQL automation and risk scoring toolkit built alongside the books. For DBAs who need AI assistance without sacrificing control, auditability, or production stability.

Deployment risk scoring with configurable thresholds
Automated query pattern analysis and anomaly detection
Advisory mode — recommendations, not autonomous execution
Full audit trail on every AI-generated suggestion
SQL Server 2016+ · Azure SQL · AWS RDS compatible
Request Beta Access View on GitHub →
sqlrpa_risk_scan.sql
-- SQLRPA · Deployment Risk Assessment
-- Advisory mode · Governance-first

EXEC sqlrpa.risk_assess
  @schema_change = 'ALTER TABLE Orders ADD ...',
  @environment = 'production',
  @advisory_mode = 1;

/* Result */
SELECT
  'HIGH' AS risk_tier,
  87 AS risk_score,
  'Table lock risk · peak hours' AS advisory,
  '02:00–04:00 UTC' AS rec_window,
  'HUMAN_REQUIRED' AS authorization;

-- Awaiting DBA authorization. No autonomous action.

Bring the framework to your environment.

The books give you the architecture. Consulting puts it to work in your specific SQL environment — with your team, your constraints, and your production reality.

Engagements start with an AI Readiness Assessment: a focused look at where you are, where the gaps are, and what to build first.

Book AI Readiness Assessment Contact Justin →

AI Readiness Assessment

60-minute review of your SQL architecture, risk exposure, and where AI augmentation creates leverage — not liability.

SQLRPA Deployment

Guided implementation of the SQLRPA toolkit, customized to your risk thresholds and governance requirements.

Architecture Review

Deep-dive assessment of your SQL Server or hybrid cloud setup against the AI Powered DBA governance framework.

Team Enablement

Train your DBA team on AI-augmented operations, governance models, and predictive capacity planning.

Start with the books.
Build from there.

Two Kindle editions covering the complete AI-augmented DBA framework. Practical, technical, production-ready.

Books Framework SQLRPA Consulting → Book a Call