I have two INSERT INTO statements to the same table...
INSERT INTO #TempTable (col1, col2, col3) VALUES (value1, value2, value3)
INSERT INTO #TempTable (col4,