Hi,
I've been searching the web and it baffles me that I can't find any ways to truncate a table in Dataverse. I'm working with a table that had 86,000 rows. It's still in the development phase so we are frequently adding/removing/tuning columns. It's a real pain to have to empty the tables with the Xrm Tools. It takes FOREVER!
The only alternative we found is the delete and recreate the table... and adding all the columns 1 by 1. We also tried something with the Continous Integration tools on Azure DevOps but that's also a pain to clear the env. then reinstall the solution every time.
Am I missing something? I feel this is a basic fucntionnality that any developers would want... it must be exists! Does it? 🙂
thanks
--mo