Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin 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
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...
Just to close out this question if anyone lands on it, the TRUNCATE command was added to the Fabric Warehouse in Aug 2024:
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
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
5 | |
3 | |
3 | |
3 | |
2 |