• you could create a OS command job stem andcall sqlcmd from the OS with the header option set like so:

    sqlcmd -h-1 -i "D:\scriptdir\script.sql" -o "D:\outputdir\outputtext.out"

    fairly sure that'll give you what you're looking for.