Export Tables (SQL Insert Method) Suggestion

This is a suggestion for the Export Tables (SQL Insert Method) feature.
It would be very helpful if the SQL output was provided in batches using "INSERT ALL" statements instead of individual INSERTs. At least the option would be nice. I believe this would reduce the execution time for large tables significantly depending on how many records are batched before committing.
 
Back
Top