• I solved this by just creating a blank tab column, then copying both columns.  It pastes perfectly with a tab.

    SELECT '' AS Tab, 'Text following tab.' AS OtherText

    I use this method when I want to generate well-tabbed SQL code.