I have a project transaction entity and occasionally the need to delete all the records and re-import comes up. This entity is approaching 100K records and using the default delete command would be very efficient. For my on-premise development I can truncate the table and then re-import. Production is online. Is there a way to issue a truncate command or a bulk delete all records in one shot?
*This post is locked for comments