sql-generate-insert
sql-generate-insert copied to clipboard
Add support for insert of more than 1000 records
If you have more that 1000 record in script it will not be executed due to error:
The number of row value expressions in the INSERT statement exceeds the maximum allowed number of 1000 row values.