Updated July 2026 · GA Since May 2026

DP-800 Exam Guide
SQL AI Developer Associate

What DP-800 actually tests, who it’s for, how it differs from DP-600 and DP-700, and how to prepare — covering Microsoft’s newest and first AI-focused SQL certification.

What is the DP-800 exam?

DP-800: Developing AI-Enabled Database Solutions is the exam for Microsoft’s Certified: SQL AI Developer Associate credential. It validates building AI-enabled database solutions — vector search, semantic search, and RAG workflows in T-SQL — across SQL Server 2025, Azure SQL, and SQL databases in Microsoft Fabric.

Unlike DP-600 and DP-700, which are scoped entirely to Fabric, DP-800 spans Microsoft’s whole SQL platform family.

Duration
100 min
Passing Score
700 / 1000
GA Date
May 2026
Level
Associate

DP-800 Exam Guide — Frequently Asked Questions

What is the DP-800 exam?
DP-800: Developing AI-Enabled Database Solutions is the exam for Microsoft’s new Certified: SQL AI Developer Associate credential. It validates the ability to design, secure, optimize, and deploy database solutions that integrate AI capabilities — including vector search, semantic search, and RAG workflows — directly in T-SQL, across SQL Server 2025, Azure SQL, and SQL databases in Microsoft Fabric.
When did the DP-800 exam launch?
Microsoft announced DP-800 on its Skills Hub Blog on March 3, 2026, with a beta exam period running through April 3, 2026. The certification reached general availability in May 2026, making it one of the newest credentials in Microsoft’s data platform lineup.
Who should take the DP-800 exam?
DP-800 targets SQL developers, database administrators, and cloud solution architects who already understand T-SQL, indexing, and query performance, and want to demonstrate they can extend that expertise into AI-enabled workloads — vector embeddings, semantic search, and RAG applications built on top of SQL. It assumes deep existing SQL knowledge rather than teaching it from scratch.
What are the DP-800 skills measured?
Per Microsoft’s official skills-measured document, DP-800 covers three domains: Design and develop database solutions (35-40%), covering tables, indexes, advanced T-SQL, JSON, and graph queries; Secure, optimize, and deploy database solutions (35-40%), covering encryption, row-level security, query tuning, and CI/CD; and Implement AI capabilities (25-30%), covering embeddings, vector search, hybrid search, and RAG workflows.
How is DP-800 different from DP-600 and DP-700?
DP-600 and DP-700 are both scoped entirely to Microsoft Fabric. DP-800 is broader — it spans SQL Server 2025, Azure SQL, and SQL databases in Microsoft Fabric, making it the only one of the three exams that isn’t Fabric-exclusive. DP-800 is also the first Microsoft certification built specifically around AI capabilities inside a SQL engine, rather than data platform administration or engineering.
What is the passing score and format for DP-800?
DP-800 requires a score of 700 or higher on Microsoft’s standard 1000-point scale. The exam runs 100 minutes, with 120 minutes of total seat time to account for the introductory survey and any post-exam feedback. It can be taken online through an in-home or in-office proctored session, or at a Pearson VUE testing center.
Are there discounts available for the DP-800 exam?
Microsoft commonly runs limited-time discount and free-voucher promotions for newly launched certifications. During the DP-800 beta, the first 300 candidates received an 80% discount. Ongoing options worth checking include Microsoft Learn Cloud Skills Challenges around Microsoft Build or Ignite, which can award a 100% exam discount, and the Microsoft Partner Network portal for employers registered as Microsoft Partners.

This guide reflects Microsoft’s published DP-800 skills-measured document and exam details as of July 2026. Microsoft periodically revises certification exams — always confirm current details at the official DP-800 study guide on Microsoft Learn before scheduling an exam. UIG Data Lab is independent and not affiliated with Microsoft.

What Makes DP-800 Different From Every Other Fabric Exam

DP-800 is not an AI certification that happens to touch SQL — it’s a SQL certification that covers AI. The exam assumes deep existing T-SQL knowledge and builds vector search, semantic search, and RAG capabilities directly on top of that foundation, rather than teaching AI concepts from scratch.

Why Microsoft Built DP-800

As enterprises build private AI applications, many are realizing that moving structured data out of secure, governed databases and into standalone vector stores creates real administrative and security overhead. DP-800 exists to validate the alternative: building AI capabilities — embeddings, vector search, RAG — directly inside SQL, where the data, governance, and security controls already live.

Microsoft announced the certification on its Skills Hub Blog on March 3, 2026, ran a discounted beta through April 3, 2026, and brought it to general availability in May 2026 — a fast timeline that reflects how central AI-in-database workloads have become to Microsoft’s data platform roadmap.

DP-800 at a Glance

DetailValue
Exam codeDP-800
Exam nameDeveloping AI-Enabled Database Solutions
CertificationMicrosoft Certified: SQL AI Developer Associate
AnnouncedMarch 3, 2026
General availabilityMay 2026
Duration100 minutes (120 minutes total seat time)
Passing score700 out of 1000
Platforms coveredSQL Server 2025, Azure SQL, SQL databases in Microsoft Fabric
DeliveryOnline proctored or Pearson VUE testing center

Who DP-800 Is Actually For

DP-800 targets SQL developers, database administrators, and cloud solution architects — people who already understand indexes, query tuning, and T-SQL at a working level. It is not an entry point into either SQL or AI individually; it’s a bridge for SQL professionals moving into AI-enabled application work.

Every SQL Server DBA who already understands query performance, security, and modern table types has the right foundation. What DP-800 adds on top is the AI layer: calling language models from T-SQL, generating and searching vector embeddings, and building semantic search and RAG workflows without leaving the database engine.

DP-800 Skills Measured

Per Microsoft’s official skills-measured document, DP-800 is organized into three weighted domains.

DomainWeightKey Topics
Design and develop database solutions35-40%Tables, indexes, advanced T-SQL, JSON, graph queries, GitHub Copilot & MCP integration
Secure, optimize, and deploy database solutions35-40%Encryption, Row-Level Security, query tuning, CI/CD with SQL Database Projects, Azure integration
Implement AI capabilities25-30%Embeddings, vector search, hybrid search, RAG workflows using language models

Underneath those three headline domains, published study guides consistently list a specific technical surface: temporal tables, ledger tables, graph tables, and in-memory OLTP under solution design; Always Encrypted, Dynamic Data Masking, and Managed Identity under security; and vector data types, VECTOR_DISTANCE, DiskANN indexes, and external models under the AI domain.

The AI Domain, in Practical Terms

The “Implement AI capabilities” domain is the part every other Microsoft SQL certification has skipped until now. It covers generating vector embeddings from text directly in T-SQL, storing them using native vector data types, and running similarity search with functions like VECTOR_DISTANCE against DiskANN-backed indexes for fast approximate nearest-neighbor lookups at scale.

On top of that, it covers hybrid search — combining traditional keyword search with vector similarity — and full RAG (Retrieval-Augmented Generation) workflows, where a query retrieves grounding context from the database before an external language model generates a response. The goal is grounding LLM outputs in real data and reducing hallucination, using infrastructure a SQL professional already knows how to secure and scale.

DP-800 vs DP-600 vs DP-700

ExamCertificationScope
DP-600Fabric Analytics Engineer AssociateMicrosoft Fabric only — analytics engineering, semantic models, Power BI
DP-700Fabric Data Engineer AssociateMicrosoft Fabric only — data engineering, pipelines, Spark, real-time
DP-800SQL AI Developer AssociateSQL Server 2025, Azure SQL, and Fabric SQL databases — AI-enabled T-SQL development

DP-600 and DP-700 both live entirely inside Microsoft Fabric. DP-800 is structurally different — it’s the only one of the three that isn’t Fabric-exclusive, since the same AI-in-SQL skills apply whether the database is a Fabric SQL database, Azure SQL, or an on-premises SQL Server 2025 instance.

For a data engineer already holding DP-700, DP-800 is a natural complement rather than a replacement — it validates a different, adjacent skill set focused specifically on the AI layer inside SQL rather than pipeline and Spark engineering.

How to Prepare for DP-800

  1. Start with the official study guide. Microsoft Learn’s DP-800 study guide is the source of truth for the current skills-measured document — features get added as the underlying products evolve, so check it close to your exam date rather than relying on an older summary.
  2. Work through the self-paced Microsoft Learn plan, “Become a SQL AI Developer: Prepare for Certification Exam DP-800,” which maps directly to the three scored domains.
  3. Practice vector and semantic search hands-on in Azure SQL Database rather than only reading about it — DiskANN indexing and VECTOR_DISTANCE behavior are easier to internalize by running real queries than by memorizing syntax.
  4. Use the exam sandbox Microsoft provides before test day to get comfortable with the online proctored environment itself, separate from the content.
  5. Check for active discount promotions before registering — Microsoft Learn Cloud Skills Challenges around Build or Ignite, employer Microsoft Partner Network vouchers, and Fabric-focused virtual training days have all offered free or discounted DP-800 registration since launch.

One planning note: DP-800 launched in beta, and beta exam scoring is delayed — results aren’t released immediately, and a practice assessment may not exist yet for a brand-new exam. Now that DP-800 is GA as of May 2026, standard scoring and practice assessment availability should apply, but always confirm current status on the official exam page before scheduling.

Where DP-800 Fits in a Broader Fabric Career Path

DP-800 sits alongside DP-600 and DP-700 as a third pillar of Microsoft’s data platform certification track, but it’s the one most directly tied to where the industry is heading — AI as a first-class database workload rather than a bolt-on service.

For data professionals already working inside Microsoft Fabric day to day, understanding the F-SKU and licensing model those other two certifications assume is worth having alongside DP-800’s AI-specific skill set — the Fabric Pricing Calculator and the Fabric vs Power BI guide both cover that platform context in detail.

AJ
A.J. Data Engineering Researcher & Technical Writer · UIG Data Lab All articles →

A.J. researches and writes about data engineering, analytics architecture, Microsoft Fabric, and modern cloud data platforms. Coverage spans Microsoft Fabric, Power BI, Azure Data Engineering, Databricks, Snowflake, BigQuery, Apache Spark, dbt, Apache Airflow, and modern cloud data infrastructure. The focus is practitioner-level content that helps data professionals understand platform capabilities, evaluate technology decisions, optimize costs, and implement practical solutions using official documentation, product updates, community insights, and industry best practices. His writing covers real decisions from real deployments — not documentation rewrites.

DP-800 SQL AI Developer Associate Certifications Azure SQL Vector Search Microsoft Fabric
Scroll to Top