MSSQL - Truncate before Insert statement

I regularly use the Insert functionality of the MS SQL node. Often, I need to truncate the table first because I need to replace all the data in that table. It would be nice if there would be a checkbox ‘Truncate table’, that allows you to automatically perform a TRUNCATE statement on the table before you do the INSERT operation, so the table is empty when you begin.

Now, I am using two nodes, one to TRUNCATE and one to INSERT, it would be nice if this would be an option of the Insert MS SQL node.