Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have created data factory pipelines in fabric which ingests data from sql server and lands into fabric warehouse once a day.
How is it possible to ingest the sql server table data only when they change at source?
thank you
Solved! Go to Solution.
It is but only for Azure SQL Database, not SQL Server. Others supported is CosmosDB, Databricks, Snowflake,
Hi @arkiboys2 there is nothing yet that can detect source data changes (e.g. CDC) so you'll need to implement some form of scheduled polling with incremental loading.
We're still waiting to see if any CDC functionality will be added, and also when we can mirror SQL Server data into Fabric itself.
mirroring is available, right?
It is but only for Azure SQL Database, not SQL Server. Others supported is CosmosDB, Databricks, Snowflake,
Does this mean in azure sql server, that if a row in a table is updated or inserted then the same table gets an upsert?