Turning off the header output

  • Does anyone know how to do this dynamically in QA?

    In PL-SQL it's 'set heading off'

    John Zacharkan


    John Zacharkan

  • I don't think you can do that in SQL Server QA.

  • In QA you can turn them off in Text-Results mode only from the menu: Tools->Options->Results->Print Column Headers.

    If you use the isql command-line utility you can specify the "-h-1" parameter. This tells it not to display headers.

    -Dan


    -Dan

  • very good, thank you.

    John Zacharkan


    John Zacharkan

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply