<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog" -->

---
title: Data Streaming for Modern Applications in SQL Server...
description: Change Event Streaming (CES) is now in public preview across SQL Server 2025, Azure SQL Database (including Hyperscale), Azure SQL Managed Instance, and SQL...
canonical: https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Data Streaming for Modern Applications in SQL Server 2025, Azure SQL, and Fabric SQL | Data Exposed | daily.dev
og:description: Change Event Streaming (CES) is now in public preview across SQL Server 2025, Azure SQL Database (including Hyperscale), Azure SQL Managed Instance, and SQL...
og:url: https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog
og:image: https://api.daily.dev/og/posts/knyhO3aog.png
og:image:alt: Data Streaming for Modern Applications in SQL Server 2025, Azure SQL, and Fabric SQL | Data Exposed
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Streaming for Modern Applications in SQL Server 2025, Azure SQL, and Fabric SQL | Data Exposed

**[Microsoft Developer](https://daily.dev/sources/microsoftdeveloper)** · 13 min read · 0 upvotes · 0 comments

## Summary

Change Event Streaming (CES) is now in public preview across SQL Server 2025, Azure SQL Database (including Hyperscale), Azure SQL Managed Instance, and SQL Database in Fabric. CES scans the SQL transaction log and streams committed changes as CloudEvents to Azure Event Hubs or Fabric Event Streams using AMQP or Kafka-compatible protocols. Unlike CDC, it avoids double-writes and removes the need for consumers to poll SQL directly. Key use cases include augmenting monolithic apps with microservices, near real-time analytics, and cross-system data synchronization. A demo shows a microservice reacting to a purchase event in near real-time. Important gotchas: streaming errors prevent transaction log truncation causing log growth, and undersized Event Hubs destinations will throttle SQL and waste retries. CES is compared to mirroring (simpler but single-destination) and transactional replication (still preferred for SQL-to-SQL).

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=rv3x-vd5JWE>

## Similar posts on daily.dev

- [Unlocking real-time analytics: Streaming Aurora DSQL changes into Apache Iceberg](https://daily.dev/posts/unlocking-real-time-analytics-streaming-aurora-dsql-changes-into-apache-iceberg-ntedgboh3) · AWS Database Blog · 0 upvotes · 0 comments

---

Tags: [#azure](https://daily.dev/tags/azure), [#microsoft-sql-server](https://daily.dev/tags/microsoft-sql-server), [#change-data-capture](https://daily.dev/tags/change-data-capture), [#microsoft-fabric](https://daily.dev/tags/microsoft-fabric)

[View this post on daily.dev](https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Data Streaming for Modern Applications in SQL Server 2025, Azure SQL, and Fabric SQL | Data Exposed","url":"https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog"},"datePublished":"2026-07-23T16:26:57.629Z","dateModified":"2026-07-23T16:27:17.623Z","description":"Change Event Streaming (CES) is now in public preview across SQL Server 2025, Azure SQL Database (including Hyperscale), Azure SQL Managed Instance, and SQL...","image":"https://i.ytimg.com/vi/rv3x-vd5JWE/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/rv3x-vd5JWE/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Microsoft Developer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Microsoft Developer","logo":"https://media.daily.dev/image/upload/s--xZzU3zUq--/f_auto/v1746714872/logos/microsoftdeveloper","url":"https://daily.dev/sources/microsoftdeveloper"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/data-streaming-for-modern-applications-in-sql-server-2025-azure-sql-and-fabric-sql-data-exposed-knyho3aog","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"azure,microsoft-sql-server,change-data-capture,microsoft-fabric","timeRequired":"PT13M","video":{"@type":"VideoObject","name":"Data Streaming for Modern Applications in SQL Server 2025, Azure SQL, and Fabric SQL | Data Exposed","description":"Change Event Streaming (CES) is now in public preview across SQL Server 2025, Azure SQL Database (including Hyperscale), Azure SQL Managed Instance, and SQL...","thumbnailUrl":"https://i.ytimg.com/vi/rv3x-vd5JWE/sddefault.jpg","uploadDate":"2026-07-23T16:26:57.629Z","duration":"PT13M","url":"https://api.daily.dev/r/knyhO3aog","embedUrl":"https://www.youtube.com/embed/rv3x-vd5JWE"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Microsoft Developer","item":"https://daily.dev/sources/microsoftdeveloper"},{"@type":"ListItem","position":3,"name":"Data Streaming for Modern Applications in SQL Server 2025, Azure SQL, and Fabric SQL | Data Exposed"}]}
```

