microsoft/mssql-scripter

Replace "Delete" by "Truncate"

mco100 opened this issue · 0 comments

mssql-scripter ... --data-only --script-drop-create combined options generate "Delete from table" statement.
Could you replace "Delete..." by "Truncate" or propose a truncate option ? On large tables, truncate is more efficient...
Thanks