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

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
cw88
Helper IV
Helper IV

Delete on warehouse table timed out

Hi, 

i'm building a little warehouse and created some staging tables. Before loading data into these tables, i want to delete the table data.

1. Delete from [testtable]

2. Insert into [testtable] select * from [basetable]

The statements are executes via script activity in a data pipeline

 

In most cases the statements ran in timeout error "Operation on target delete destination table failed: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding."

 

A select on DMV sys.dm_exec_requests shows wait type "EDC_EXEC" (?) , also after getting the timeout error...

4 REPLIES 4
mikeburek
Advocate II
Advocate II

GeethaT-MSFT
Microsoft Employee
Microsoft Employee

Hi @cw88 

It seems like you are experiencing a timeout error while trying to delete data from a table before loading new data into it. This error can occur if the table is too large or if there are too many rows to delete. 

How do you run the queries here? 

If you use any client tool, increasing the timeout helps? 

or, 

I think providing a statement Id or / Ids might help 

Regards

Geetha

Hi, 

truncate is not supported in warehouse, or is there any news?

My bad I have updated my comment if you can help to provide more info.

 

Regards

Geetha

Helpful resources

Announcements
May FBC25 Carousel

Fabric Monthly Update - May 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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