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
smoqt
Advocate I
Advocate I

Strategies for Batch Processing in Fabric Data Warehouse without Temporary Tables

I'm currently working on implementing a merging strategy within a Fabric Data Warehouse environment, where I need to merge data from a stage table to a target table.

 

In my Azure SQL workflows, I typically use temporary tables for batch processing.  However, my understanding is that temporary tables are not supported in Fabric Data Warehouse.

 

I could use CTEs, but their ephemeral nature poses some challenges.  I could also persist tables and drop them once they are no longer needed.  What else?

1 ACCEPTED SOLUTION
AndyDDC
Super User
Super User

Hi @smoqt there are not that many options in the Fabric Warehouse service itself in terms of holding data for processing while using SQL.  I would use persisted tables and drop them after they are no longer used.

View solution in original post

2 REPLIES 2
AndyDDC
Super User
Super User

Hi @smoqt there are not that many options in the Fabric Warehouse service itself in terms of holding data for processing while using SQL.  I would use persisted tables and drop them after they are no longer used.

Thanks for the info.  I wanted to make sure I wasn't missing anything.

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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