I have a variable recordsInserted. A row count sets its value. I want to insert this value and the current date into a table. I will use an execute SQL task. How do I do this ? I want the SQL to be like - Insert variable recordsInserted, Current date into mytable.