Mirroring SQL Server Database into Microsoft Fabric | How to Mirror SQL Server in Microsoft Fabric

Опубликовано: 16 Май 2026
на канале: Analytics With Priyam
1,719
19

Mirroring SQL Server Database into Microsoft Fabric | How to Mirror SQL Server in Microsoft Fabric


1.Download On-premises data gateway :
https://www.microsoft.com/en-us/download
/details.aspx?id=53127

2. Enable CDC at the Database Level:
USE YourDatabaseName;
GO
EXEC sys.sp_cdc_enable_db;

3. You can check if CDC is enabled on the database:
 SELECT is_cdc_enabled 
FROM sys.databases 
WHERE name = 'YourDatabaseName';

4. Enable CDC on a Specific Table:
EXEC sys.sp_cdc_enable_table  
@source_schema = N'dbo',  
     @source_name   = N'YourTableName',
     @role_name     = NULL;  


5.Step-by-Step: Enable SQL Server Agent:
Open SQL Server Management Studio (SSMS).
   Connect to the appropriate SQL Server instance.
   In the Object Explorer, look for SQL Server Agent:
   If it has a red down-arrow icon, it's stopped.
   If it's not visible at all, you're probably connected to
SQL Server Express, which does not support SQL
Server Agent.
   Right-click SQL Server Agent → click Start.
   You may be prompted with a confirmation. Accept
it.

keywords:
Mirroring SQL Server to Microsoft Fabric
SQL Server to Microsoft Fabric integration
SQL Server database sync to Fabric
Microsoft Fabric SQL Server migration
How to connect SQL Server to Fabric
Real-time data sync SQL Server Fabric
Data pipeline SQL Server to Fabric
Microsoft Fabric dataflows
SQL Server ETL to Fabric
On-premises SQL to Fabric cloud
Fabric Lakehouse with SQL Server
Power BI Fabric SQL Server connector
Data mirroring SQL Server to cloud
Azure SQL vs Microsoft Fabric

My other videos related to fabric:

Incremental Refresh in MS Fabric:
   • How to append only Incremental data using ...  

Medallion Architecture in MS Fabric:
   • What is Medallion Architecture | Building ...  

Semantic Model in MS Fabric:
   • Semantic models in Microsoft Fabric |  Bui...  

Notebooks in MS Fabric:
   • How to create Notebook in Microsoft Fabric...  





#microsoftfabric #dataengineering #powerbi #datapipeline #msfabric #notebooks #modelling #powerquery #dax #dataanlysis#SQLServer
#MicrosoftFabric
#PowerBI
#DataEngineering
#DataIntegration
#CloudDataWarehouse
#SQLtoFabric
#DatabaseMirroring
#DataPipeline