Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
rajasekaro
Helper I
Helper I

If Data source is MS SQL SERVER (on-premises) Can I Perform ETL in Microsoft Fabric Without Using La

If Data source is MS SQL SERVER (on-premises) Can I Perform ETL in Microsoft Fabric Without Using Lakehouse or Warehouse (No Cloud Storage)?

after done ETD ,Data need to store MS SQL SERVER (on-premises)

1 ACCEPTED SOLUTION
v-ssriganesh
Community Support
Community Support

Hello @rajasekaro,
Thank you for reaching out to the Microsoft Fabric Forum Community.

Yes, it’s possible to perform ETL in Microsoft Fabric with an on-premises MS SQL Server as both the source and destination without using a Lakehouse, Warehouse, or cloud storage. Here’s how you can achieve this:

Use Fabric Pipelines and Dataflow Gen2:

  • Set up an on-premises data gateway to connect Fabric to your SQL Server.
  • Create a Pipeline with a Copy Data activity to extract data from the SQL Server.
  • Use Dataflow Gen2 for transformations (e.g: filtering, joining) in a low-code Power Query interface. Ensure no intermediate data is written to OneLake by avoiding Lakehouse/Warehouse destinations.
  • Use another Copy Data activity to load the transformed data back to the on-premises SQL Server via the gateway.

For more control, use a Notebook to extract, transform, and load data. Connect to the SQL Server via the gateway, process data in-memory, and write back to the target table without persisting to OneLake.


If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.

View solution in original post

5 REPLIES 5
v-ssriganesh
Community Support
Community Support

Hello @rajasekaro

Hope you're doing well. Is the issue resolved or still ongoing? An update would help others in the community facing similar problems.

Thank you.

v-ssriganesh
Community Support
Community Support

Hello @rajasekaro,

Hope everything’s going great on your end! Just checking in has the issue been resolved, or are you still running into problems? Sharing an update can really help others facing the same thing.

Thank you.

v-ssriganesh
Community Support
Community Support

Hello @rajasekaro,

We hope you're doing well. Could you please confirm whether your issue has been resolved or if you're still facing challenges? Your update will be valuable to the community and may assist others with similar concerns.

Thank you.

 

v-ssriganesh
Community Support
Community Support

Hello @rajasekaro,
Thank you for reaching out to the Microsoft Fabric Forum Community.

Yes, it’s possible to perform ETL in Microsoft Fabric with an on-premises MS SQL Server as both the source and destination without using a Lakehouse, Warehouse, or cloud storage. Here’s how you can achieve this:

Use Fabric Pipelines and Dataflow Gen2:

  • Set up an on-premises data gateway to connect Fabric to your SQL Server.
  • Create a Pipeline with a Copy Data activity to extract data from the SQL Server.
  • Use Dataflow Gen2 for transformations (e.g: filtering, joining) in a low-code Power Query interface. Ensure no intermediate data is written to OneLake by avoiding Lakehouse/Warehouse destinations.
  • Use another Copy Data activity to load the transformed data back to the on-premises SQL Server via the gateway.

For more control, use a Notebook to extract, transform, and load data. Connect to the SQL Server via the gateway, process data in-memory, and write back to the target table without persisting to OneLake.


If this information is helpful, please “Accept as solution” and give a "kudos" to assist other community members in resolving similar issues more efficiently.
Thank you.

Abhilash_P
Continued Contributor
Continued Contributor

Hi @rajasekaro ,

Fabric does not support direct on-prem SQL → transformation → on-prem SQL ETL pipelines without leveraging cloud storage (Lakehouse/Warehouse).
Microsoft Fabric requires data to be ingested into its OneLake storage (via Lakehouse or Warehouse)

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.